Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-12 | "Merge Tagged PR 11385"mainline-0-1556 | yuzubot | |
2023-09-12 | "Merge Tagged PR 11435" | yuzubot | |
2023-09-11 | ci: fix msvc when used with LTO (#11459) | liamwhite | |
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-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 | cmake: Add option to fetch validation layer binary on android | GPUCode | |
2023-09-08 | Fix data source version 1 command looping | Kelebek1 | |
2023-09-07 | Do not reset the command buffer command count each time | Kelebek1 | |
2023-09-07 | Merge pull request #11464 from german77/mama_mii | liamwhite | |
service: mii: Fix broken mii on MK8 | |||
2023-09-07 | service: mii: Fix broken mii on MK8 | Narr the Reg | |
2023-09-06 | core: implement basic integrity verification | Liam | |
2023-09-06 | Merge pull request #11428 from Kelebek1/adsp_rework | liamwhite | |
Rework ADSP into a wrapper for apps | |||
2023-09-06 | Merge pull request #11434 from danilaml/fix-warnings | liamwhite | |
msvc: set warning level to /W4 globally | |||
2023-09-06 | Merge pull request #11437 from liamwhite/dump-shenanigans | liamwhite | |
qt: measure romfs dump completion by bytes read | |||
2023-09-06 | Merge pull request #11451 from german77/mob_mii | liamwhite | |
service: mii: Fix default mii database | |||
2023-09-05 | yuzu-qt: Use Null when OpenGL is not compiled | lat9nq | |
2023-09-05 | yuzu-qt: Update API Text for broken Vulkan | lat9nq | |
Otherwise caused a blue Vulkan badge to appear in the status bar. | |||
2023-09-05 | configure_graphics: Capture by reference | lat9nq | |
Small optimization. | |||
2023-09-05 | core: Add support for loading NSPs with personalized tickets. (#10048) | Steveice10 | |
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
2023-09-05 | service: mii: Fix default mii database | german77 | |
2023-09-04 | configure_graphics: Fix handling of broken Vulkan | lat9nq | |
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-04 | Rework ADSP into a wrapper for apps | Kelebek1 | |
2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | |
And fix a bunch of warnings | |||
2023-09-02 | qt: measure romfs dump completion by bytes read | Liam | |
2023-09-02 | shader_recompiler: always declare image format for image buffers | Liam | |
2023-09-02 | Merge pull request #11427 from zhaobot/tx-update-20230901020727 | liamwhite | |
Update translations (2023-09-01) | |||
2023-09-02 | Merge pull request #11381 from liamwhite/romfs-dump | liamwhite | |
qt: fix romfs dumping for multiprogram applications | |||
2023-09-02 | Merge pull request #11383 from FernandoS27/are-you-a-wabbit | liamwhite | |
Fix regressions that damaged compute indirect & use reinterpret for copies with different byteblocksizes | |||
2023-09-02 | Merge pull request #11384 from liamwhite/am-shutdown | liamwhite | |
am: shorten shutdown timeout when lock is not held | |||
2023-09-02 | Merge pull request #11393 from FernandoS27/bayo-got-busted-up | liamwhite | |
Maxwell3D: Improve Index buffer size estimation. | |||
2023-09-02 | Merge pull request #11412 from liamwhite/key-area-keys | liamwhite | |
vfs: ensure key area keys are validated | |||
2023-09-02 | general: make -fwrapv generic to all architectures (#11379) | liamwhite | |
2023-09-02 | Merge pull request #11430 from liamwhite/validation-error-whats-that | Fernando S | |
shader_recompiler: fix emulation of 3D textureGrad | |||
2023-09-01 | shader_recompiler: fix emulation of 3D textureGrad | Liam | |
2023-09-01 | Update translations (2023-09-01) | The yuzu Community | |
2023-08-30 | Merge pull request #11420 from t895/long-install-fix | Charles Lombardo | |
android: Fix game content installer | |||
2023-08-30 | android: Fix game content installer | Charles Lombardo | |
Before this would run on the main thread and freeze the device. Additionally this fixes the result dialog not appearing if a config change happens during the installation by getting the activity's fragment manager when needed. | |||
2023-08-30 | android: Combine LongMessageDialogFragment with MessageDialogFragment | Charles Lombardo | |
2023-08-30 | Merge pull request #11416 from t895/shortcuts | Charles Lombardo | |
android: Support dynamic app shortcuts | |||
2023-08-30 | android: Support dynamic app shortcuts | Charles Lombardo | |
2023-08-30 | Merge pull request #11405 from t895/emulation-loading | Charles Lombardo | |
android: Emulation loading UI and fixes | |||
2023-08-30 | android: Separate emulation states from emulation mutex | Charles Lombardo | |
Emulation states are repeatedly checked by input and performance stats. During startup and shutdown, this could lead to a long halt on the UI thread because the call to IsRunning will be waiting on the emulation mutex to be unlocked. Using atomics should replace the existing functionality without causing problems. | |||
2023-08-30 | android: Game loading/shutting down indicators | Charles Lombardo | |
2023-08-30 | Merge pull request #11419 from FearlessTobi/hwopus-2 | liamwhite | |
hwopus: Implement GetWorkBufferSizeExEx |