Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Reduce core timing mutex contention | Kelebek1 | |
2023-09-19 | android: Add import/export buttons for user data | Charles Lombardo | |
2023-09-20 | Reuse part of my previous idea to to use num_levels to check within ↵ | Squall-Leonhart | |
AdjustMipBlockSize The partial revert was not enough for Tsukihime, this might do the trick | |||
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 | |
2023-09-18 | service: mii: Address review comments | german77 | |
2023-09-18 | cmake: prefer system renderdoc header | Alexandre Bouvier | |
2023-09-18 | Merge pull request #11258 from Squall-Leonhart/Z16_Assert_Fix | liamwhite | |
Fix a logged assert in the format lookup table for Z16 | |||
2023-09-18 | Merge pull request #11520 from Kelebek1/estimated_time | liamwhite | |
Do not consider voice commands in time estimation, fix adpcm estimate | |||
2023-09-18 | Partial revert of #10433 | Squall Leonhart | |
The If block in this change was causing some 2D textures to be treated as if their mip 0 was a 3D Slice, this could be ascertained as the same texture viewed from different distances would render fine, but then close up would look like a decoding failure. It also resulted in some 3D ASTC textures not being scaled appropriate leading to broken graphical effects such as the jagged TOTK recall animation being a circle, as the If block was only accepting the image based on its original info without any adjustments applied. | |||
2023-09-18 | Do not consider voice commands in time estimation, fix adpcm estimate | Kelebek1 | |
2023-09-17 | service: mii: Implement the rest of the service | german77 | |
2023-09-17 | service: mii: Implement database manager | german77 | |
2023-09-17 | service: mii: Implement figurine database | german77 | |
2023-09-17 | service: mii: Add device crc16 | german77 | |
2023-09-17 | service: nfc: Fully Implement GetRegisterInfoPrivate | german77 | |
2023-09-17 | service: mii: Complete structs and fix mistakes | german77 | |
2023-09-17 | android: Export PiP receiver on API 33 and later | Charles Lombardo | |
Could cause crashes on API 33+ devices | |||
2023-09-17 | mii_types: Remove null terminator check | lat9nq | |
This is an OoB array access, causing a crash on at least the Linux Flatpak releases. Co-authored-by: german77 <juangerman-13@hotmail.com> | |||
2023-09-17 | Merge pull request #11524 from t895/signing-ci | liamwhite | |
android: Set up signing config for release builds | |||
2023-09-17 | Merge pull request #11522 from liamwhite/vfs-needs-results | liamwhite | |
registered_cache: correct file deletion case | |||
2023-09-17 | Merge pull request #11460 from Kelebek1/hw_opus | liamwhite | |
Reimplement HardwareOpus | |||
2023-09-17 | android: Set up signing config for release builds | Charles Lombardo | |
2023-09-16 | android: Use 1 worker for shader compilation for all devices | Charles Lombardo | |
2023-09-16 | registered_cache: correct file deletion case | Liam | |
2023-09-16 | android: Collect task state once view is created | Charles Lombardo | |
Before the viewLifecycleOwner wasn't ready and would cause a crash | |||
2023-09-16 | Vulkan: add temporary workaround for AMDVLK | Fernando Sahmkow | |
2023-09-16 | Vulkan: Implement Depth Bias Control | Fernando Sahmkow | |
2023-09-16 | Reimplement HardwareOpus | Kelebek1 | |
2023-09-16 | Merge pull request #11519 from german77/system-policy | liamwhite | |
service: hid: Implement ApplyNpadSystemCommonPolicy | |||
2023-09-16 | Merge pull request #11518 from german77/bad-npad | liamwhite | |
service: hid: Implement last active Npad and fix some errors. | |||
2023-09-16 | Merge pull request #11517 from german77/amiibo-format | liamwhite | |
service: nfc: Fix amiibo formatting |