| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | debug: Add renderdoc capture hotkey | 2023-09-14 | 10 | -48/+165 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | android: Remove settings interface specifically for audio mute | 2023-09-14 | 4 | -31/+5 | ||
| * | | | | | | | | | | Merge pull request #11507 from t895/emulation-stop-fix | 2023-09-14 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | android: Return the correct status code on emulation stop | 2023-09-14 | 1 | -2/+3 | ||
| * | | | | | | | | | | | Merge pull request #11506 from t895/icon-fix | 2023-09-14 | 4 | -3/+43 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | android: Use resource as shortcut intermediary | 2023-09-14 | 4 | -3/+43 | ||
| * | | | | | | | | | | | Merge pull request #11505 from t895/config-patch | 2023-09-14 | 1 | -3/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | android: Don't reinitialize settings on emulation start | 2023-09-14 | 1 | -3/+0 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #11504 from t895/emu-args | 2023-09-14 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | android: Fix emulation to settings navigation args | 2023-09-14 | 1 | -1/+1 | ||
| * | | | | | | | | | | | android: Delay collecting UI state in games fragment | 2023-09-14 | 1 | -4/+4 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | android: Refactor menu tags to enum | 2023-09-14 | 9 | -46/+39 | ||
| * | | | | | | | | | | android: Use StateFlow instead of LiveData | 2023-09-14 | 16 | -249/+367 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #11496 from liamwhite/ngc | 2023-09-14 | 7 | -70/+158 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ngc: implement service | 2023-09-14 | 7 | -70/+158 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #11479 from Kelebek1/check_all_fbs | 2023-09-14 | 1 | -1/+14 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Look for the most recently modified image for present | 2023-09-11 | 1 | -1/+14 | ||
| * | | | | | | | | | | Merge pull request #11433 from liamwhite/shutdown-oopsie | 2023-09-14 | 1 | -7/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | polyfill_thread: ensure mutex was locked before signaling stop | 2023-09-02 | 1 | -7/+13 | ||
| * | | | | | | | | | | | shader_recompiler: skip sampler for buffer textures (#11435) | 2023-09-14 | 3 | -6/+2 | ||
| | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #11385 from liamwhite/acceptcancel | 2023-09-13 | 3 | -3/+91 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | internal_network: log error on interrupt pipe read failure | 2023-09-08 | 1 | -1/+4 | ||
| | * | | | | | | | | | internal_network: cancel pending socket operations on application process ter... | 2023-08-26 | 3 | -3/+88 | ||
| * | | | | | | | | | | Merge pull request #11486 from liamwhite/system-verification | 2023-09-13 | 7 | -1/+148 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | qt: add verification for installed contents | 2023-09-12 | 7 | -1/+148 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #11480 from german77/mii_service | 2023-09-13 | 24 | -1943/+4466 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | service: mii: Remove most magic values | 2023-09-11 | 10 | -1069/+1537 | ||
| | * | | | | | | | | | | mii: service: Address review | 2023-09-11 | 13 | -104/+135 | ||
| | * | | | | | | | | | | mii: Prepare Interface for new implementation | 2023-09-11 | 6 | -138/+210 | ||
| | * | | | | | | | | | | service: mii: Fix ver3 inconsistencies | 2023-09-11 | 9 | -217/+473 | ||
| | * | | | | | | | | | | service: mii: move char info operations | 2023-09-10 | 4 | -21/+576 | ||
| | * | | | | | | | | | | service: mii: Move store data operations | 2023-09-10 | 5 | -73/+512 | ||
| | * | | | | | | | | | | service: mii: Move core data operations | 2023-09-10 | 5 | -246/+730 | ||
| | * | | | | | | | | | | service: mii: Move ver3 operations | 2023-09-10 | 7 | -243/+241 | ||
| | * | | | | | | | | | | service: mii: separate mii types into their own file | 2023-09-10 | 20 | -542/+586 | ||
| | * | | | | | | | | | | service: mii: Move all raw data to it's file | 2023-09-10 | 5 | -381/+479 | ||
| | * | | | | | | | | | | service: mii: Add mii util and result | 2023-09-10 | 5 | -11/+89 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #11473 from liamwhite/fix-launch-param | 2023-09-13 | 10 | -36/+71 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | am: Implement UserChannel parameters | 2023-09-10 | 9 | -19/+70 | ||
| | * | | | | | | | | | | am: Remove bcat from PopLaunchParameter | 2023-09-09 | 2 | -21/+5 | ||
| * | | | | | | | | | | | Merge pull request #11447 from xcfrg/portable-compile-out | 2023-09-12 | 2 | -2/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | add a compile time option to allow disabling portable mode | 2023-09-06 | 2 | -2/+8 | ||
| * | | | | | | | | | | | ci: fix msvc when used with LTO (#11459) | 2023-09-11 | 1 | -0/+1 | ||
| | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #11450 from lat9nq/no-vk-device-fix | 2023-09-10 | 2 | -13/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | yuzu-qt: Use Null when OpenGL is not compiled | 2023-09-05 | 1 | -1/+9 | ||
| | * | | | | | | | | | | yuzu-qt: Update API Text for broken Vulkan | 2023-09-05 | 1 | -0/+1 | ||
| | * | | | | | | | | | | configure_graphics: Capture by reference | 2023-09-05 | 1 | -1/+1 | ||
| | * | | | | | | | | | | configure_graphics: Fix handling of broken Vulkan | 2023-09-04 | 1 | -12/+16 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #11436 from liamwhite/bad-format | 2023-09-10 | 1 | -1/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | shader_recompiler: always declare image format for image buffers | 2023-09-02 | 1 | -1/+6 | ||
| | |/ / / / / / / / / | ||||||