summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-09-14android: Remove settings interface specifically for audio muteCharles Lombardo
2023-09-14Merge pull request #11507 from t895/emulation-stop-fixCharles Lombardo
android: Return the correct status code on emulation stop
2023-09-14Merge pull request #11506 from t895/icon-fixCharles Lombardo
android: Use resource as shortcut intermediary
2023-09-14android: Return the correct status code on emulation stopCharles Lombardo
2023-09-14Merge pull request #11505 from t895/config-patchCharles Lombardo
android: Don't reinitialize settings on emulation start
2023-09-14android: Use resource as shortcut intermediaryCharles Lombardo
Fixes issue where the shortcut icon would appear cropped on certain devices
2023-09-14Merge pull request #11504 from t895/emu-argsCharles Lombardo
android: Fix emulation to settings navigation args
2023-09-14android: Don't reinitialize settings on emulation startCharles Lombardo
Config is already initialized on application start
2023-09-14android: Fix emulation to settings navigation argsCharles Lombardo
2023-09-14android: Delay collecting UI state in games fragmentCharles Lombardo
2023-09-14android: Refactor menu tags to enumCharles Lombardo
2023-09-14android: Use StateFlow instead of LiveDataCharles Lombardo
2023-09-14Merge pull request #11496 from liamwhite/ngcliamwhite
ngc: implement service
2023-09-14Merge pull request #11479 from Kelebek1/check_all_fbsliamwhite
Look for the most recently modified image for present
2023-09-14Merge pull request #11433 from liamwhite/shutdown-oopsieliamwhite
polyfill_thread: ensure mutex was locked before signaling stop
2023-09-14shader_recompiler: skip sampler for buffer textures (#11435)liamwhite
2023-09-14ngc: implement serviceLiam
2023-09-13Merge pull request #11385 from liamwhite/acceptcancelliamwhite
internal_network: cancel pending socket operations on application process termination
2023-09-13Merge pull request #11486 from liamwhite/system-verificationliamwhite
qt: add verification for installed contents
2023-09-13Merge pull request #11480 from german77/mii_serviceliamwhite
service: mii: Update implementation Part1
2023-09-13Merge pull request #11473 from liamwhite/fix-launch-paramliamwhite
am: Implement UserChannel parameters
2023-09-12qt: add verification for installed contentsLiam
2023-09-12Merge pull request #11447 from xcfrg/portable-compile-outliamwhite
common: add a compile time option to allow disabling portable mode
2023-09-11service: mii: Remove most magic valuesNarr the Reg
2023-09-11ci: fix msvc when used with LTO (#11459)liamwhite
2023-09-11mii: service: Address reviewgerman77
2023-09-11mii: Prepare Interface for new implementationgerman77
2023-09-11service: mii: Fix ver3 inconsistenciesgerman77
2023-09-10service: mii: move char info operationsgerman77
2023-09-10service: mii: Move store data operationsgerman77
2023-09-10service: mii: Move core data operationsgerman77
2023-09-10service: mii: Move ver3 operationsgerman77
2023-09-10service: mii: separate mii types into their own filegerman77
2023-09-10service: mii: Move all raw data to it's filegerman77
2023-09-10service: mii: Add mii util and resultgerman77
2023-09-11Look for the most recently modified image for presentKelebek1
2023-09-10am: Implement UserChannel parametersFearlessTobi
Used by the Super Mairo 3D All-Stars collection.
2023-09-10Merge pull request #11450 from lat9nq/no-vk-device-fixliamwhite
configure_graphics: Fix handling of broken Vulkan
2023-09-10Merge pull request #11436 from liamwhite/bad-formatliamwhite
shader_recompiler: always declare image format for image buffers
2023-09-10Merge pull request #11456 from liamwhite/worse-integrity-verificationliamwhite
core: implement basic integrity verification
2023-09-10Merge pull request #11465 from Kelebek1/skip_remaining_resetliamwhite
[Audio] Do not reset the remaining command count each time
2023-09-10Merge pull request #11467 from Kelebek1/fix_decodeliamwhite
[audio] Fix data source version 1 command looping
2023-09-10Merge pull request #11470 from GPUCode/bundle-vvlliamwhite
android: Add option to bundle validation layer
2023-09-09am: Remove bcat from PopLaunchParameterFearlessTobi
This never belonged here and has no use anymore since the Boxcat backend was removed. .
2023-09-10vk_buffer_cache: Respect max vertex bindings in BindVertexBuffers (#11471)GPUCode
2023-09-08renderer_vulkan: Remove debug reportGPUCode
* VVL has implemented the more modern alternative, thus we don't need to support it anymore
2023-09-08internal_network: log error on interrupt pipe read failureLiam
2023-09-08Fix data source version 1 command loopingKelebek1
2023-09-07Do not reset the command buffer command count each timeKelebek1
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg