summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* android: Remove settings interface specifically for audio muteGravatar Charles Lombardo2023-09-144-31/+5
* Merge pull request #11507 from t895/emulation-stop-fixGravatar Charles Lombardo2023-09-141-2/+3
|\
| * android: Return the correct status code on emulation stopGravatar Charles Lombardo2023-09-141-2/+3
* | Merge pull request #11506 from t895/icon-fixGravatar Charles Lombardo2023-09-144-3/+43
|\ \ | |/ |/|
| * android: Use resource as shortcut intermediaryGravatar Charles Lombardo2023-09-144-3/+43
* | Merge pull request #11505 from t895/config-patchGravatar Charles Lombardo2023-09-141-3/+0
|\ \
| * | android: Don't reinitialize settings on emulation startGravatar Charles Lombardo2023-09-141-3/+0
| |/
* | Merge pull request #11504 from t895/emu-argsGravatar Charles Lombardo2023-09-141-1/+1
|\ \ | |/ |/|
| * android: Fix emulation to settings navigation argsGravatar Charles Lombardo2023-09-141-1/+1
* | android: Delay collecting UI state in games fragmentGravatar Charles Lombardo2023-09-141-4/+4
|/
* android: Refactor menu tags to enumGravatar Charles Lombardo2023-09-149-46/+39
* android: Use StateFlow instead of LiveDataGravatar Charles Lombardo2023-09-1416-249/+367
* Merge pull request #11496 from liamwhite/ngcGravatar liamwhite2023-09-147-70/+158
|\
| * ngc: implement serviceGravatar Liam2023-09-147-70/+158
* | Merge pull request #11479 from Kelebek1/check_all_fbsGravatar liamwhite2023-09-141-1/+14
|\ \
| * | Look for the most recently modified image for presentGravatar Kelebek12023-09-111-1/+14
* | | Merge pull request #11433 from liamwhite/shutdown-oopsieGravatar liamwhite2023-09-141-7/+13
|\ \ \
| * | | polyfill_thread: ensure mutex was locked before signaling stopGravatar Liam2023-09-021-7/+13
* | | | shader_recompiler: skip sampler for buffer textures (#11435)Gravatar liamwhite2023-09-143-6/+2
| |_|/ |/| |
* | | Merge pull request #11385 from liamwhite/acceptcancelGravatar liamwhite2023-09-133-3/+91
|\ \ \
| * | | internal_network: log error on interrupt pipe read failureGravatar Liam2023-09-081-1/+4
| * | | internal_network: cancel pending socket operations on application process ter...Gravatar Liam2023-08-263-3/+88
* | | | Merge pull request #11486 from liamwhite/system-verificationGravatar liamwhite2023-09-137-1/+148
|\ \ \ \
| * | | | qt: add verification for installed contentsGravatar Liam2023-09-127-1/+148
* | | | | Merge pull request #11480 from german77/mii_serviceGravatar liamwhite2023-09-1324-1943/+4466
|\ \ \ \ \
| * | | | | service: mii: Remove most magic valuesGravatar Narr the Reg2023-09-1110-1069/+1537
| * | | | | mii: service: Address reviewGravatar german772023-09-1113-104/+135
| * | | | | mii: Prepare Interface for new implementationGravatar german772023-09-116-138/+210
| * | | | | service: mii: Fix ver3 inconsistenciesGravatar german772023-09-119-217/+473
| * | | | | service: mii: move char info operationsGravatar german772023-09-104-21/+576
| * | | | | service: mii: Move store data operationsGravatar german772023-09-105-73/+512
| * | | | | service: mii: Move core data operationsGravatar german772023-09-105-246/+730
| * | | | | service: mii: Move ver3 operationsGravatar german772023-09-107-243/+241
| * | | | | service: mii: separate mii types into their own fileGravatar german772023-09-1020-542/+586
| * | | | | service: mii: Move all raw data to it's fileGravatar german772023-09-105-381/+479
| * | | | | service: mii: Add mii util and resultGravatar german772023-09-105-11/+89
| | |_|_|/ | |/| | |
* | | | | Merge pull request #11473 from liamwhite/fix-launch-paramGravatar liamwhite2023-09-1310-36/+71
|\ \ \ \ \
| * | | | | am: Implement UserChannel parametersGravatar FearlessTobi2023-09-109-19/+70
| * | | | | am: Remove bcat from PopLaunchParameterGravatar FearlessTobi2023-09-092-21/+5
* | | | | | Merge pull request #11447 from xcfrg/portable-compile-outGravatar liamwhite2023-09-122-2/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | add a compile time option to allow disabling portable modeGravatar xcfrg2023-09-062-2/+8
* | | | | | ci: fix msvc when used with LTO (#11459)Gravatar liamwhite2023-09-111-0/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #11450 from lat9nq/no-vk-device-fixGravatar liamwhite2023-09-102-13/+26
|\ \ \ \ \
| * | | | | yuzu-qt: Use Null when OpenGL is not compiledGravatar lat9nq2023-09-051-1/+9
| * | | | | yuzu-qt: Update API Text for broken VulkanGravatar lat9nq2023-09-051-0/+1
| * | | | | configure_graphics: Capture by referenceGravatar lat9nq2023-09-051-1/+1
| * | | | | configure_graphics: Fix handling of broken VulkanGravatar lat9nq2023-09-041-12/+16
| |/ / / /
* | | | | Merge pull request #11436 from liamwhite/bad-formatGravatar liamwhite2023-09-101-1/+6
|\ \ \ \ \
| * | | | | shader_recompiler: always declare image format for image buffersGravatar Liam2023-09-021-1/+6
| |/ / / /
* | | | | Merge pull request #11456 from liamwhite/worse-integrity-verificationGravatar liamwhite2023-09-1012-1/+220
|\ \ \ \ \