| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common: Add libc sigaction hook | 2023-11-25 | 3 | -0/+68 | |
| | | |||||
| * | common: settings: Add ifdefs to define android's default settings | 2023-11-21 | 1 | -6/+36 | |
| | | |||||
| * | config: Unify config handling under frontend_common | 2023-11-21 | 1 | -2/+2 | |
| | | | | | | | Replaces every way of handling config for each frontend with SimpleIni. frontend_common's Config class is at the center where it saves and loads all of the cross-platform settings and provides a set of pure virtual functions for platform specific settings. As a result of making config handling platform specific, several parts had to be moved to each platform's own config class or to other parts. Default keys were put in platform specific config classes and translatable strings for Qt were moved to shared_translation. Default hotkeys, default_theme, window geometry, and qt metatypes were moved to uisettings. Additionally, to reduce dependence on Qt, QStrings were converted to std::strings where applicable. | ||||
| * | Merge pull request #12007 from german77/moar_buttons | 2023-11-16 | 2 | -6/+10 | |
| |\ | | | | | core: hid: Split SL and SR buttons | ||||
| | * | core: hid: Split SL and SR buttons | 2023-11-11 | 2 | -6/+10 | |
| | | | |||||
| * | | Merge pull request #11990 from german77/audio | 2023-11-13 | 3 | -1/+4 | |
| |\ \ | |/ |/| | yuzu: Save mute when in background setting | ||||
| | * | yuzu: Make mute audio persistent | 2023-11-10 | 1 | -1/+1 | |
| | | | |||||
| | * | yuzu: Save mute when in background setting | 2023-11-10 | 2 | -0/+3 | |
| | | | |||||
| * | | kernel: add KPageTableBase | 2023-11-10 | 2 | -18/+29 | |
| |/ | | | | Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk> | ||||
| * | arm: NativeClock: Special handling for bad system counter clock frequency ↵ | 2023-11-03 | 1 | -1/+20 | |
| | | | | | | | reporting On some devices, checking the system counter clock frequency will return 0. Substitute in the correct values to prevent issues. | ||||
| * | android: Fix resolving android URIs in native code | 2023-10-30 | 4 | -0/+70 | |
| | | |||||
| * | Merge pull request #11689 from liamwhite/breakpad | 2023-10-29 | 4 | -1/+3 | |
| |\ | | | | | qt: implement automatic crash dump support | ||||
| | * | qt: implement automatic crash dump support | 2023-10-08 | 4 | -1/+3 | |
| | | | |||||
| * | | nvidia_flags: Enable GL Threaded optimizations | 2023-10-28 | 1 | -0/+1 | |
| | | | |||||
| * | | cmake: prefer system stb headers | 2023-10-25 | 3 | -1/+21 | |
| | | | |||||
| * | | common: use SetThreadDescription API for thread names | 2023-10-20 | 1 | -22/+2 | |
| | | | |||||
| * | | Merge pull request #11159 from flodavid/master_bis | 2023-10-14 | 3 | -0/+12 | |
| |\ \ | | | | | | | Enable to use controller to close a game | ||||
| | * | | yuzu: Use new setting method for stop emulation | 2023-10-12 | 3 | -0/+12 | |
| | | | | |||||
| * | | | common/polyfill_thread: use std::forward where appropriate, qualify ↵ | 2023-10-13 | 1 | -10/+11 | |
| | | | | | | | | | | | | | std::move calls | ||||
| * | | | Merge pull request #11746 from liamwhite/relr | 2023-10-12 | 1 | -0/+8 | |
| |\ \ \ | | | | | | | | | jit: add support for relr-type relocations | ||||
| | * | | | jit: add support for relr-type relocations | 2023-10-11 | 1 | -0/+8 | |
| | |/ / | |||||
| * / / | kernel: mark TLS accessors as noinline for non-MSVC LTO | 2023-10-12 | 1 | -0/+4 | |
| |/ / | |||||
| * | | Merge pull request #11718 from liamwhite/arm64-native-clock | 2023-10-10 | 4 | -1/+134 | |
| |\ \ | | | | | | | common: add arm64 native clock | ||||
| | * | | common: add arm64 native clock | 2023-10-08 | 4 | -1/+134 | |
| | | | | |||||
| * | | | Merge pull request #11705 from FearlessTobi/windows-sc | 2023-10-08 | 3 | -0/+3 | |
| |\ \ \ | | | | | | | | | yuzu: Add desktop shortcut support for Windows (continuation of #11344) | ||||
| | * | | | yuzu: Add desktop shortcut support for Windows | 2023-10-07 | 3 | -0/+3 | |
| | | |/ | |/| | | | | | | | | | | | | | Allows creating desktop shortcuts with icons for yuzu games. Co-Authored-By: Jeroen van Schijndel <13182141+roenyroeny@users.noreply.github.com> | ||||
| * | | | Merge pull request #10519 from mdmrk/master | 2023-10-08 | 3 | -0/+3 | |
| |\ \ \ | |_|/ |/| | | yuzu-qt: Track play time | ||||
| | * | | yuzu-qt: Track play time | 2023-08-26 | 3 | -0/+3 | |
| | | | | |||||
| * | | | gdbserver: use numeric character references for unicode | 2023-10-01 | 2 | -0/+6 | |
| | |/ |/| | |||||
| * | | Merge pull request #11402 from FernandoS27/depth-bias-control | 2023-09-28 | 1 | -0/+2 | |
| |\ \ | | | | | | | Vulkan: Implement Depth Bias Control | ||||
| | * | | Vulkan: add temporary workaround for AMDVLK | 2023-09-16 | 1 | -0/+2 | |
| | | | | |||||
| * | | | settings_setting: Read audio engine | 2023-09-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | This was mysteriously missing, likely from when I ported Citra fixes semi-recently. | ||||
| * | | | Query Cachge: Fully rework Vulkan's query cache | 2023-09-23 | 2 | -3/+9 | |
| | | | | |||||
| * | | | Reimplement HardwareOpus | 2023-09-16 | 2 | -4/+5 | |
| |/ / | |||||
| * | | Merge pull request #11499 from Squall-Leonhart/bitlockerfix | 2023-09-16 | 1 | -6/+9 | |
| |\ \ | | | | | | | add std::error_code for std::filesystem exceptions | ||||
| | * | | add std::error_code for std::filesystem exceptions | 2023-09-15 | 1 | -6/+9 | |
| | | | | | | | | | | | | | | | | | | | Resolves a case on Windows where an unmounted bitlocker protected volume containing an assigned game directory would crash Yuzu at start. May also resolve cases where a disconnected SMB volume causes similar crashes (needs testing) | ||||
| * | | | Merge pull request #11492 from lat9nq/c-numeric-conversions | 2023-09-16 | 2 | -5/+38 | |
| |\ \ \ | | | | | | | | | general: Remove uncaught usages of C++ string number conversions | ||||
| | * | | | settings_common: Fix typo | 2023-09-14 | 1 | -1/+1 | |
| | | | | | |||||
| | * | | | settings_setting: Don't remove the AudioEngine workaround | 2023-09-13 | 1 | -0/+3 | |
| | | | | | |||||
| | * | | | settings: Retro-port Citra Settings work | 2023-09-13 | 2 | -8/+38 | |
| | | | | | | | | | | | | | | | | | | | | | This has yet to be PR'd on Citra, but regressions on yuzu that have been fixed in Citra needed to appear here. | ||||
| * | | | | debug: Add renderdoc capture hotkey | 2023-09-14 | 1 | -0/+2 | |
| | |/ / |/| | | |||||
| * | | | Merge pull request #11496 from liamwhite/ngc | 2023-09-14 | 2 | -2/+2 | |
| |\ \ \ | | | | | | | | | ngc: implement service | ||||
| | * | | | ngc: implement service | 2023-09-14 | 2 | -2/+2 | |
| | |/ / | |||||
| * | | | Merge pull request #11433 from liamwhite/shutdown-oopsie | 2023-09-14 | 1 | -7/+13 | |
| |\ \ \ | |/ / |/| | | polyfill_thread: ensure mutex was locked before signaling stop | ||||
| | * | | polyfill_thread: ensure mutex was locked before signaling stop | 2023-09-02 | 1 | -7/+13 | |
| | | | | |||||
| * | | | Merge pull request #11447 from xcfrg/portable-compile-out | 2023-09-12 | 2 | -2/+8 | |
| |\ \ \ | | | | | | | | | common: add a compile time option to allow disabling portable mode | ||||
| | * | | | add a compile time option to allow disabling portable mode | 2023-09-06 | 2 | -2/+8 | |
| | |/ / | |||||
| * / / | msvc: set warning level to /W4 globally | 2023-09-03 | 1 | -2/+0 | |
| |/ / | | | | | | | And fix a bunch of warnings | ||||
| * / | android: Expose interface for getting settings from native code | 2023-08-29 | 3 | -0/+5 | |
| |/ | | | | Completely removes code related to parsing the settings file on the java side. Now all settings are accessed via NativeConfig.kt and config.cpp has been modified to be closer to the core counterpart. Since the core currently uses QSettings, we can't remove reliance from Wini yet. This also includes simplifications to each settings interface to get closer to native code and prepare for per-game settings. | ||||
| * | Merge pull request #11356 from lat9nq/console-mode-pg | 2023-08-26 | 4 | -1/+17 | |
| |\ | | | | | general,config-qt: Present Console Mode as an enum with separate options in game properties | ||||