summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2023-09-20android: Remove unused strings related to the save managerCharles Lombardo
2023-09-20android: Allow importing saves even if no saves are foundCharles Lombardo
Exporting still won't be allowed on an empty save directory.
2023-09-20Merge pull request #11543 from t895/import-export-user-dataCharles Lombardo
android: Add import/export buttons for user data
2023-09-19android: Add import/export buttons for user dataCharles Lombardo
2023-09-19Merge pull request #11542 from t895/touch-offset-fixliamwhite
android: Screen orientation and aspect ratio fixes
2023-09-19Merge pull request #11526 from german77/mii_service_v2liamwhite
service: mii: Update implementation Part2 - Mii database support
2023-09-19Merge pull request #11536 from abouvier/renderdocliamwhite
cmake: prefer system renderdoc header
2023-09-19Merge pull request #11538 from cathyjf/renderdoc-check-correct-win32-symbolliamwhite
renderdoc: Check for `_WIN32` symbol rather than `WIN32`
2023-09-19Merge pull request #11540 from liamwhite/aoc-ecliamwhite
aoc: stub purchase info calls
2023-09-19android: Ignore validation layers library in gitCharles Lombardo
2023-09-19android: Don't pause emulation when entering PiPCharles Lombardo
2023-09-19android: Fix showing input overlay in PiPCharles Lombardo
2023-09-19android: Properly update emulation surfaceCharles 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-18aoc: stub purchase info callsLiam
2023-09-18renderdoc: Check for `_WIN32` symbol rather than `WIN32`Cathy J. Fitzpatrick
2023-09-18service: mii: Address review commentsgerman77
2023-09-18cmake: prefer system renderdoc headerAlexandre Bouvier
2023-09-18Merge pull request #11258 from Squall-Leonhart/Z16_Assert_Fixliamwhite
Fix a logged assert in the format lookup table for Z16
2023-09-18Merge pull request #11520 from Kelebek1/estimated_timeliamwhite
Do not consider voice commands in time estimation, fix adpcm estimate
2023-09-18Do not consider voice commands in time estimation, fix adpcm estimateKelebek1
2023-09-17service: mii: Implement the rest of the servicegerman77
2023-09-17service: mii: Implement database managergerman77
2023-09-17service: mii: Implement figurine databasegerman77
2023-09-17service: mii: Add device crc16german77
2023-09-17service: nfc: Fully Implement GetRegisterInfoPrivategerman77