| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | Merge pull request #11165 from Morph1984/ds_blit | 2023-09-24 | 3 | -29/+47 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | vulkan_device: Test depth stencil blit support by format | 2023-07-31 | 3 | -29/+47 | ||
| | * | | | | | | | | | vulkan_device: Return true if either depth/stencil format supports blit | 2023-07-26 | 1 | -1/+1 | ||
| * | | | | | | | | | | Merge pull request #11567 from liamwhite/fixing-my-error | 2023-09-23 | 2 | -13/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | emit_spirv: fix incorrect use of descriptor index in image atomics | 2023-09-22 | 2 | -13/+9 | ||
| * | | | | | | | | | | android: Use smaller read buffer size for exporting user data | 2023-09-22 | 1 | -1/+10 | ||
| * | | | | | | | | | | android: Adjust valid user data check | 2023-09-22 | 1 | -1/+2 | ||
| * | | | | | | | | | | Merge pull request #11561 from german77/hle_applet | 2023-09-22 | 8 | -73/+139 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | am: mii_edit: Implement DB operations | 2023-09-21 | 8 | -73/+139 | ||
| * | | | | | | | | | | | Merge pull request #11557 from GPUCode/brr-format | 2023-09-22 | 4 | -3/+25 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | renderer_vulkan: Correct component order for A4B4G4R4_UNORM | 2023-09-21 | 4 | -3/+25 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #11563 from Kelebek1/dma_regs | 2023-09-22 | 2 | -28/+32 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fix DMA engine register offsets | 2023-09-21 | 2 | -28/+32 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #11564 from t895/overlay-inset-fix | 2023-09-21 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | android: Update androidx window library to 1.2.0-beta03 | 2023-09-21 | 1 | -1/+1 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #11555 from yuzu-emu/revert-11551-allow-save-imports-always | 2023-09-21 | 16 | -13/+48 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Revert "android: Allow save imports always" | 2023-09-21 | 16 | -13/+48 | ||
| * | | | | | | | | | | pfs: Fix reading filenames past the buffer end | 2023-09-21 | 1 | -0/+1 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | android: Remove unused strings related to the save manager | 2023-09-20 | 15 | -30/+0 | ||
| * | | | | | | | | | android: Allow importing saves even if no saves are found | 2023-09-20 | 1 | -18/+13 | ||
| * | | | | | | | | | android: Add import/export buttons for user data | 2023-09-19 | 13 | -40/+311 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #11542 from t895/touch-offset-fix | 2023-09-19 | 4 | -28/+23 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | android: Ignore validation layers library in git | 2023-09-19 | 1 | -0/+3 | ||
| | * | | | | | | | | android: Don't pause emulation when entering PiP | 2023-09-19 | 1 | -1/+1 | ||
| | * | | | | | | | | android: Fix showing input overlay in PiP | 2023-09-19 | 1 | -1/+1 | ||
| | * | | | | | | | | android: Properly update emulation surface | 2023-09-19 | 2 | -25/+11 | ||
| | * | | | | | | | | android: Export PiP receiver on API 33 and later | 2023-09-17 | 1 | -1/+7 | ||
| * | | | | | | | | | Merge pull request #11526 from german77/mii_service_v2 | 2023-09-19 | 19 | -244/+1861 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | service: mii: Address review comments | 2023-09-18 | 7 | -22/+24 | ||
| | * | | | | | | | | | service: mii: Implement the rest of the service | 2023-09-17 | 3 | -103/+751 | ||
| | * | | | | | | | | | service: mii: Implement database manager | 2023-09-17 | 3 | -0/+480 | ||
| | * | | | | | | | | | service: mii: Implement figurine database | 2023-09-17 | 3 | -0/+210 | ||
| | * | | | | | | | | | service: mii: Add device crc16 | 2023-09-17 | 1 | -0/+26 | ||
| | * | | | | | | | | | service: nfc: Fully Implement GetRegisterInfoPrivate | 2023-09-17 | 1 | -3/+5 | ||
| | * | | | | | | | | | service: mii: Complete structs and fix mistakes | 2023-09-17 | 9 | -138/+387 | ||
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #11536 from abouvier/renderdoc | 2023-09-19 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | cmake: prefer system renderdoc header | 2023-09-18 | 1 | -1/+1 | ||
| * | | | | | | | | | | Merge pull request #11538 from cathyjf/renderdoc-check-correct-win32-symbol | 2023-09-19 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | renderdoc: Check for `_WIN32` symbol rather than `WIN32` | 2023-09-18 | 1 | -1/+1 | ||
| | |/ / / / / / / / / | ||||||
| * / / / / / / / / / | aoc: stub purchase info calls | 2023-09-18 | 1 | -2/+18 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #11258 from Squall-Leonhart/Z16_Assert_Fix | 2023-09-18 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Needed to make this an extra case so it didnt also start asserting in BOTW. | 2023-08-11 | 1 | -0/+2 | ||
| | * | | | | | | | | | Fix an assert in the format lookup table fir Z16 | 2023-08-11 | 1 | -1/+1 | ||
| * | | | | | | | | | | Merge pull request #11520 from Kelebek1/estimated_time | 2023-09-18 | 2 | -6/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Do not consider voice commands in time estimation, fix adpcm estimate | 2023-09-18 | 2 | -6/+8 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | mii_types: Remove null terminator check | 2023-09-17 | 1 | -4/+1 | ||
| * | | | | | | | | | Merge pull request #11524 from t895/signing-ci | 2023-09-17 | 1 | -1/+18 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | android: Set up signing config for release builds | 2023-09-17 | 1 | -1/+18 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #11522 from liamwhite/vfs-needs-results | 2023-09-17 | 1 | -1/+3 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | registered_cache: correct file deletion case | 2023-09-16 | 1 | -1/+3 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||