Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-16 | Merge pull request #11475 from GPUCode/renderdoc-hotkey | liamwhite | |
debug: Add renderdoc capture hotkey | |||
2023-09-14 | android: Remove settings interface specifically for audio mute | Charles Lombardo | |
2023-09-14 | Merge pull request #11507 from t895/emulation-stop-fix | Charles Lombardo | |
android: Return the correct status code on emulation stop | |||
2023-09-14 | Merge pull request #11506 from t895/icon-fix | Charles Lombardo | |
android: Use resource as shortcut intermediary | |||
2023-09-14 | android: Return the correct status code on emulation stop | Charles Lombardo | |
2023-09-14 | Merge pull request #11505 from t895/config-patch | Charles Lombardo | |
android: Don't reinitialize settings on emulation start | |||
2023-09-14 | android: Use resource as shortcut intermediary | Charles Lombardo | |
Fixes issue where the shortcut icon would appear cropped on certain devices | |||
2023-09-14 | Merge pull request #11504 from t895/emu-args | Charles Lombardo | |
android: Fix emulation to settings navigation args | |||
2023-09-14 | android: Don't reinitialize settings on emulation start | Charles Lombardo | |
Config is already initialized on application start | |||
2023-09-14 | android: Fix emulation to settings navigation args | Charles Lombardo | |
2023-09-14 | android: Delay collecting UI state in games fragment | Charles Lombardo | |
2023-09-14 | android: Refactor menu tags to enum | Charles Lombardo | |
2023-09-14 | android: Use StateFlow instead of LiveData | Charles Lombardo | |
2023-09-14 | debug: Add renderdoc capture hotkey | GPUCode | |
2023-09-14 | Merge pull request #11496 from liamwhite/ngc | liamwhite | |
ngc: implement service | |||
2023-09-14 | Merge pull request #11479 from Kelebek1/check_all_fbs | liamwhite | |
Look for the most recently modified image for present | |||
2023-09-14 | Merge pull request #11433 from liamwhite/shutdown-oopsie | liamwhite | |
polyfill_thread: ensure mutex was locked before signaling stop | |||
2023-09-14 | shader_recompiler: skip sampler for buffer textures (#11435) | liamwhite | |
2023-09-14 | ngc: implement service | Liam | |
2023-09-13 | Merge pull request #11385 from liamwhite/acceptcancel | liamwhite | |
internal_network: cancel pending socket operations on application process termination | |||
2023-09-13 | Merge pull request #11486 from liamwhite/system-verification | liamwhite | |
qt: add verification for installed contents | |||
2023-09-13 | Merge pull request #11480 from german77/mii_service | liamwhite | |
service: mii: Update implementation Part1 | |||
2023-09-13 | Merge pull request #11473 from liamwhite/fix-launch-param | liamwhite | |
am: Implement UserChannel parameters | |||
2023-09-12 | qt: add verification for installed contents | Liam | |
2023-09-12 | Merge pull request #11447 from xcfrg/portable-compile-out | liamwhite | |
common: add a compile time option to allow disabling portable mode | |||
2023-09-11 | service: mii: Remove most magic values | Narr the Reg | |
2023-09-11 | ci: fix msvc when used with LTO (#11459) | liamwhite | |
2023-09-11 | mii: service: Address review | german77 | |
2023-09-11 | mii: Prepare Interface for new implementation | german77 | |
2023-09-11 | service: mii: Fix ver3 inconsistencies | german77 | |
2023-09-10 | service: mii: move char info operations | german77 | |
2023-09-10 | service: mii: Move store data operations | german77 | |
2023-09-10 | service: mii: Move core data operations | german77 | |
2023-09-10 | service: mii: Move ver3 operations | german77 | |
2023-09-10 | service: mii: separate mii types into their own file | german77 | |
2023-09-10 | service: mii: Move all raw data to it's file | german77 | |
2023-09-10 | service: mii: Add mii util and result | german77 | |
2023-09-11 | Look for the most recently modified image for present | Kelebek1 | |
2023-09-10 | am: Implement UserChannel parameters | FearlessTobi | |
Used by the Super Mairo 3D All-Stars collection. | |||
2023-09-10 | Merge pull request #11450 from lat9nq/no-vk-device-fix | liamwhite | |
configure_graphics: Fix handling of broken Vulkan | |||
2023-09-10 | Merge pull request #11436 from liamwhite/bad-format | liamwhite | |
shader_recompiler: always declare image format for image buffers | |||
2023-09-10 | Merge pull request #11456 from liamwhite/worse-integrity-verification | liamwhite | |
core: implement basic integrity verification | |||
2023-09-10 | Merge pull request #11465 from Kelebek1/skip_remaining_reset | liamwhite | |
[Audio] Do not reset the remaining command count each time | |||
2023-09-10 | Merge pull request #11467 from Kelebek1/fix_decode | liamwhite | |
[audio] Fix data source version 1 command looping | |||
2023-09-10 | Merge pull request #11470 from GPUCode/bundle-vvl | liamwhite | |
android: Add option to bundle validation layer | |||
2023-09-09 | am: Remove bcat from PopLaunchParameter | FearlessTobi | |
This never belonged here and has no use anymore since the Boxcat backend was removed. . | |||
2023-09-10 | vk_buffer_cache: Respect max vertex bindings in BindVertexBuffers (#11471) | GPUCode | |
2023-09-08 | renderer_vulkan: Remove debug report | GPUCode | |
* VVL has implemented the more modern alternative, thus we don't need to support it anymore | |||
2023-09-08 | internal_network: log error on interrupt pipe read failure | Liam | |
2023-09-08 | Fix data source version 1 command looping | Kelebek1 | |