summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-11service: mii: Remove most magic valuesNarr the Reg
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-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-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-08cmake: Add option to fetch validation layer binary on androidGPUCode
2023-09-08Fix data source version 1 command loopingKelebek1
2023-09-07Do not reset the command buffer command count each timeKelebek1
2023-09-07Merge pull request #11464 from german77/mama_miiliamwhite
service: mii: Fix broken mii on MK8
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg
2023-09-06core: implement basic integrity verificationLiam
2023-09-06Merge pull request #11428 from Kelebek1/adsp_reworkliamwhite
Rework ADSP into a wrapper for apps
2023-09-06Merge pull request #11434 from danilaml/fix-warningsliamwhite
msvc: set warning level to /W4 globally
2023-09-06Merge pull request #11437 from liamwhite/dump-shenanigansliamwhite
qt: measure romfs dump completion by bytes read
2023-09-06Merge pull request #11451 from german77/mob_miiliamwhite
service: mii: Fix default mii database
2023-09-05yuzu-qt: Use Null when OpenGL is not compiledlat9nq
2023-09-05yuzu-qt: Update API Text for broken Vulkanlat9nq
Otherwise caused a blue Vulkan badge to appear in the status bar.
2023-09-05configure_graphics: Capture by referencelat9nq
Small optimization.
2023-09-05core: Add support for loading NSPs with personalized tickets. (#10048)Steveice10
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2023-09-05service: mii: Fix default mii databasegerman77
2023-09-04configure_graphics: Fix handling of broken Vulkanlat9nq
The VSync combobox wouldn't populate if there was no Vulkan device, which caused issues with trying to set VSync on other backends. This also adds another layer to GetCurrentGraphicsBackend to check for broken Vulkan and return OpenGL instead of Vulkan.
2023-09-04Rework ADSP into a wrapper for appsKelebek1
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin
And fix a bunch of warnings
2023-09-02qt: measure romfs dump completion by bytes readLiam
2023-09-02shader_recompiler: always declare image format for image buffersLiam
2023-09-02Merge pull request #11427 from zhaobot/tx-update-20230901020727liamwhite
Update translations (2023-09-01)
2023-09-02Merge pull request #11381 from liamwhite/romfs-dumpliamwhite
qt: fix romfs dumping for multiprogram applications
2023-09-02Merge pull request #11383 from FernandoS27/are-you-a-wabbitliamwhite
Fix regressions that damaged compute indirect & use reinterpret for copies with different byteblocksizes
2023-09-02Merge pull request #11384 from liamwhite/am-shutdownliamwhite
am: shorten shutdown timeout when lock is not held
2023-09-02Merge pull request #11393 from FernandoS27/bayo-got-busted-upliamwhite
Maxwell3D: Improve Index buffer size estimation.
2023-09-02Merge pull request #11412 from liamwhite/key-area-keysliamwhite
vfs: ensure key area keys are validated
2023-09-02general: make -fwrapv generic to all architectures (#11379)liamwhite
2023-09-02Merge pull request #11430 from liamwhite/validation-error-whats-thatFernando S
shader_recompiler: fix emulation of 3D textureGrad
2023-09-01shader_recompiler: fix emulation of 3D textureGradLiam
2023-09-01Update translations (2023-09-01)The yuzu Community
2023-08-30Merge pull request #11420 from t895/long-install-fixCharles Lombardo
android: Fix game content installer