summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-26Merge pull request #11599 from lat9nq/aud-bknd-fixliamwhite
settings_setting: Read audio engine
2023-09-25settings_setting: Read audio enginelat9nq
This was mysteriously missing, likely from when I ported Citra fixes semi-recently.
2023-09-25Merge pull request #11594 from t895/rotation-fixCharles Lombardo
android: Prevent nav bar shade from laying out across screen
2023-09-25Merge pull request #11597 from t895/drawer-fixCharles Lombardo
android: Navigation drawer lock mode fix
2023-09-25android: Prevent click ripple from appearing on loading cardCharles Lombardo
2023-09-25android: Remove bottom attribute from navigation viewCharles Lombardo
Using the "bottom" attribute would break the navigation view and prevent things like rounded corners and lock modes from being applied properly.
2023-09-25android: Prevent nav bar shade from laying out across screenCharles Lombardo
2023-09-25Merge pull request #11583 from t895/overlay-fix-2Charles Lombardo
android: Use measured size of view for input overlay bounds
2023-09-25Merge pull request #11225 from FernandoS27/no-laxatives-in-santas-cookiesliamwhite
Y.F.C: Rework the Query Cache.
2023-09-24android: Use measured size of view for input overlay boundsCharles Lombardo
Even after updating the androidx window library, this did not fix the issue for all devices. This ensures that the measured size of the overlay will be used instead of a potentially larger one seen by androidx.
2023-09-24Merge pull request #11569 from german77/lle_appletliamwhite
service: am: Add support for LLE Mii Edit Applet
2023-09-24Merge pull request #11562 from GPUCode/srgb-madnessliamwhite
vk_texture_cache: Limit srgb block to transcoding only
2023-09-24Merge pull request #11165 from Morph1984/ds_blitliamwhite
vulkan_device: Return true if either depth/stencil format supports blit
2023-09-23service: mii: Limit checks to string sizegerman77
2023-09-23service: hid: Set last connected controller as activegerman77
2023-09-23service: am: Stub to exit applet cleanlygerman77
2023-09-23service: am: Implement stuff needed for Mii Editgerman77
2023-09-23service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and ↵german77
OpenSaveDataFileSystemBySystemSaveDataId
2023-09-23service: ns: Implement GetSharedFontInOrderOfPriorityForSystemgerman77
2023-09-23yuzu: Add button to boot mii edit from firmwaregerman77
2023-09-23Query Cache: Fix Prefix SumsFernando Sahmkow
2023-09-23Query Cache: Fix behavior in Normal AccuracyFernando Sahmkow
2023-09-23Query Cache: Simplify Prefix Sum compute shaderFernando Sahmkow
2023-09-23Query Cache: Implement host side sample counting.Fernando Sahmkow
2023-09-23Query Cache: Fix guest side sample countingFernando Sahmkow
2023-09-23Query Cache: address issuesFernando Sahmkow
2023-09-23QueryCache: Implement dependant queries.Fernando Sahmkow
2023-09-23Macro HLE: Add DrawIndirectByteCountFernando Sahmkow
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-09-23Query Cache: Setup Base reworkFernando Sahmkow
2023-09-23Merge pull request #11567 from liamwhite/fixing-my-errorFernando S
emit_spirv: fix incorrect use of descriptor index in image atomics
2023-09-22Merge pull request #11573 from t895/import-fixCharles Lombardo
android: Use smaller read buffer size for exporting user data
2023-09-22android: Use smaller read buffer size for exporting user dataCharles 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-22Merge pull request #11572 from t895/import-heuristicCharles Lombardo
android: Adjust valid user data check
2023-09-22android: Adjust valid user data checkCharles Lombardo
2023-09-22Merge pull request #11561 from german77/hle_appletliamwhite
am: mii_edit: Implement DB operations
2023-09-22Merge pull request #11557 from GPUCode/brr-formatliamwhite
renderer_vulkan: Correct component order for A4B4G4R4_UNORM
2023-09-22Merge pull request #11563 from Kelebek1/dma_regsliamwhite
Fix DMA engine register offsets
2023-09-22emit_spirv: fix incorrect use of descriptor index in image atomicsLiam
2023-09-21am: mii_edit: Implement DB operationsNarr the Reg
2023-09-21Merge pull request #11564 from t895/overlay-inset-fixCharles Lombardo
android: Update androidx window library to 1.2.0-beta03
2023-09-21android: Update androidx window library to 1.2.0-beta03Charles Lombardo
Fixes an issue with the input overlay on certain devices where the controls would appear offscreen.
2023-09-21Fix DMA engine register offsetsKelebek1
2023-09-21vk_texture_cache: Limit srgb block to transcoding onlyGPUCode
2023-09-21Merge pull request #11555 from yuzu-emu/revert-11551-allow-save-imports-alwaysliamwhite
Revert "android: Allow save imports always"
2023-09-21Merge pull request #11553 from rkfg/pfs-fixliamwhite
pfs: Fix reading filenames past the buffer end
2023-09-21renderer_vulkan: Correct component order for A4B4G4R4_UNORMGPUCode
2023-09-21Revert "android: Allow save imports always"Charles Lombardo
2023-09-21pfs: Fix reading filenames past the buffer endrkfg
2023-09-20Merge pull request #11551 from t895/allow-save-imports-alwaysCharles Lombardo
android: Allow save imports always