Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-25 | Merge pull request #11225 from FernandoS27/no-laxatives-in-santas-cookies | liamwhite | |
Y.F.C: Rework the Query Cache. | |||
2023-09-24 | Merge pull request #11569 from german77/lle_applet | liamwhite | |
service: am: Add support for LLE Mii Edit Applet | |||
2023-09-24 | Merge pull request #11562 from GPUCode/srgb-madness | liamwhite | |
vk_texture_cache: Limit srgb block to transcoding only | |||
2023-09-24 | Merge pull request #11165 from Morph1984/ds_blit | liamwhite | |
vulkan_device: Return true if either depth/stencil format supports blit | |||
2023-09-23 | service: mii: Limit checks to string size | german77 | |
2023-09-23 | service: hid: Set last connected controller as active | german77 | |
2023-09-23 | service: am: Stub to exit applet cleanly | german77 | |
2023-09-23 | service: am: Implement stuff needed for Mii Edit | german77 | |
2023-09-23 | service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and ↵ | german77 | |
OpenSaveDataFileSystemBySystemSaveDataId | |||
2023-09-23 | service: ns: Implement GetSharedFontInOrderOfPriorityForSystem | german77 | |
2023-09-23 | yuzu: Add button to boot mii edit from firmware | german77 | |
2023-09-23 | Query Cache: Fix Prefix Sums | Fernando Sahmkow | |
2023-09-23 | Query Cache: Fix behavior in Normal Accuracy | Fernando Sahmkow | |
2023-09-23 | Query Cache: Simplify Prefix Sum compute shader | Fernando Sahmkow | |
2023-09-23 | Query Cache: Implement host side sample counting. | Fernando Sahmkow | |
2023-09-23 | Query Cache: Fix guest side sample counting | Fernando Sahmkow | |
2023-09-23 | Query Cache: address issues | Fernando Sahmkow | |
2023-09-23 | QueryCache: Implement dependant queries. | Fernando Sahmkow | |
2023-09-23 | Macro HLE: Add DrawIndirectByteCount | Fernando Sahmkow | |
2023-09-23 | Query Cachge: Fully rework Vulkan's query cache | Fernando Sahmkow | |
2023-09-23 | Query Cache: Setup Base rework | Fernando Sahmkow | |
2023-09-23 | Merge pull request #11567 from liamwhite/fixing-my-error | Fernando S | |
emit_spirv: fix incorrect use of descriptor index in image atomics | |||
2023-09-22 | android: Use smaller read buffer size for exporting user data | Charles Lombardo | |
The File.readBytes() extension attempts to load an entire file into a byte array. This would cause crashes when loading huge files into memory. | |||
2023-09-22 | android: Adjust valid user data check | Charles Lombardo | |
2023-09-22 | Merge pull request #11561 from german77/hle_applet | liamwhite | |
am: mii_edit: Implement DB operations | |||
2023-09-22 | Merge pull request #11557 from GPUCode/brr-format | liamwhite | |
renderer_vulkan: Correct component order for A4B4G4R4_UNORM | |||
2023-09-22 | Merge pull request #11563 from Kelebek1/dma_regs | liamwhite | |
Fix DMA engine register offsets | |||
2023-09-22 | emit_spirv: fix incorrect use of descriptor index in image atomics | Liam | |
2023-09-21 | am: mii_edit: Implement DB operations | Narr the Reg | |
2023-09-21 | Merge pull request #11564 from t895/overlay-inset-fix | Charles Lombardo | |
android: Update androidx window library to 1.2.0-beta03 | |||
2023-09-21 | android: Update androidx window library to 1.2.0-beta03 | Charles Lombardo | |
Fixes an issue with the input overlay on certain devices where the controls would appear offscreen. | |||
2023-09-21 | Fix DMA engine register offsets | Kelebek1 | |
2023-09-21 | vk_texture_cache: Limit srgb block to transcoding only | GPUCode | |
2023-09-21 | Merge pull request #11555 from yuzu-emu/revert-11551-allow-save-imports-always | liamwhite | |
Revert "android: Allow save imports always" | |||
2023-09-21 | renderer_vulkan: Correct component order for A4B4G4R4_UNORM | GPUCode | |
2023-09-21 | Revert "android: Allow save imports always" | Charles Lombardo | |
2023-09-21 | pfs: Fix reading filenames past the buffer end | rkfg | |
2023-09-20 | android: Remove unused strings related to the save manager | Charles Lombardo | |
2023-09-20 | android: Allow importing saves even if no saves are found | Charles Lombardo | |
Exporting still won't be allowed on an empty save directory. | |||
2023-09-19 | android: Add import/export buttons for user data | Charles Lombardo | |
2023-09-19 | Merge pull request #11542 from t895/touch-offset-fix | liamwhite | |
android: Screen orientation and aspect ratio fixes | |||
2023-09-19 | Merge pull request #11526 from german77/mii_service_v2 | liamwhite | |
service: mii: Update implementation Part2 - Mii database support | |||
2023-09-19 | Merge pull request #11536 from abouvier/renderdoc | liamwhite | |
cmake: prefer system renderdoc header | |||
2023-09-19 | Merge pull request #11538 from cathyjf/renderdoc-check-correct-win32-symbol | liamwhite | |
renderdoc: Check for `_WIN32` symbol rather than `WIN32` | |||
2023-09-19 | android: Ignore validation layers library in git | Charles Lombardo | |
2023-09-19 | android: Don't pause emulation when entering PiP | Charles Lombardo | |
2023-09-19 | android: Fix showing input overlay in PiP | Charles Lombardo | |
2023-09-19 | android: Properly update emulation surface | Charles Lombardo | |
Previously the emulation surface wasn't being updated during configuration changes and only during specific view events. This would break input and the screen dimensions after each orientation/aspect ratio change. Now a new surface is provided every time and the display dimensions are updated as needed. | |||
2023-09-18 | aoc: stub purchase info calls | Liam | |
2023-09-18 | renderdoc: Check for `_WIN32` symbol rather than `WIN32` | Cathy J. Fitzpatrick | |