summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-09-21pfs: Fix reading filenames past the buffer endrkfg
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-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-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
2023-09-17service: mii: Complete structs and fix mistakesgerman77
2023-09-17android: Export PiP receiver on API 33 and laterCharles Lombardo
Could cause crashes on API 33+ devices
2023-09-17mii_types: Remove null terminator checklat9nq
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-17Merge pull request #11524 from t895/signing-ciliamwhite
android: Set up signing config for release builds
2023-09-17Merge pull request #11522 from liamwhite/vfs-needs-resultsliamwhite
registered_cache: correct file deletion case
2023-09-17Merge pull request #11460 from Kelebek1/hw_opusliamwhite
Reimplement HardwareOpus
2023-09-17android: Set up signing config for release buildsCharles Lombardo
2023-09-16android: Use 1 worker for shader compilation for all devicesCharles Lombardo
2023-09-16registered_cache: correct file deletion caseLiam
2023-09-16android: Collect task state once view is createdCharles Lombardo
Before the viewLifecycleOwner wasn't ready and would cause a crash
2023-09-16Reimplement HardwareOpusKelebek1
2023-09-16Merge pull request #11519 from german77/system-policyliamwhite
service: hid: Implement ApplyNpadSystemCommonPolicy
2023-09-16Merge pull request #11518 from german77/bad-npadliamwhite
service: hid: Implement last active Npad and fix some errors.
2023-09-16Merge pull request #11517 from german77/amiibo-formatliamwhite
service: nfc: Fix amiibo formatting
2023-09-16Merge pull request #11500 from liamwhite/debug-stuffliamwhite
core: improve debug workflow
2023-09-16Merge pull request #11499 from Squall-Leonhart/bitlockerfixliamwhite
add std::error_code for std::filesystem exceptions
2023-09-16Merge pull request #11492 from lat9nq/c-numeric-conversionsliamwhite
general: Remove uncaught usages of C++ string number conversions
2023-09-16Merge pull request #11483 from FearlessTobi/save-size-maxliamwhite
am: Stub GetSaveDataSizeMax
2023-09-16Merge pull request #11475 from GPUCode/renderdoc-hotkeyliamwhite
debug: Add renderdoc capture hotkey
2023-09-16service: hid: Implement ApplyNpadSystemCommonPolicygerman77
2023-09-16hid: service: Remove outdated field from npadgerman77
2023-09-16hid: service: Implement Last active Npadgerman77
2023-09-16service: hid: Ensure state is correctgerman77
2023-09-15service: nfc: Fix amiibo formattinggerman77
2023-09-14android: Remove settings interface specifically for audio muteCharles Lombardo
2023-09-14Merge pull request #11507 from t895/emulation-stop-fixCharles Lombardo
android: Return the correct status code on emulation stop