summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-17android: Export PiP receiver on API 33 and laterCharles Lombardo
Could cause crashes on API 33+ devices
2023-09-16android: Use 1 worker for shader compilation for all devicesCharles Lombardo
2023-09-16android: Collect task state once view is createdCharles Lombardo
Before the viewLifecycleOwner wasn't ready and would cause a crash
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
2023-09-14Merge pull request #11506 from t895/icon-fixCharles Lombardo
android: Use resource as shortcut intermediary
2023-09-14android: Return the correct status code on emulation stopCharles Lombardo
2023-09-14Merge pull request #11505 from t895/config-patchCharles Lombardo
android: Don't reinitialize settings on emulation start
2023-09-14android: Use resource as shortcut intermediaryCharles Lombardo
Fixes issue where the shortcut icon would appear cropped on certain devices
2023-09-14Merge pull request #11504 from t895/emu-argsCharles Lombardo
android: Fix emulation to settings navigation args
2023-09-14android: Don't reinitialize settings on emulation startCharles Lombardo
Config is already initialized on application start
2023-09-14android: Fix emulation to settings navigation argsCharles Lombardo
2023-09-14android: Delay collecting UI state in games fragmentCharles Lombardo
2023-09-14core: improve debug workflowLiam
2023-09-14android: Refactor menu tags to enumCharles Lombardo
2023-09-14android: Use StateFlow instead of LiveDataCharles Lombardo
2023-09-15add std::error_code for std::filesystem exceptionsSquall-Leonhart
Resolves a case on Windows where an unmounted bitlocker protected volume containing an assigned game directory would crash Yuzu at start. May also resolve cases where a disconnected SMB volume causes similar crashes (needs testing)
2023-09-14shared_widget: Use default literals morelat9nq
2023-09-14settings_common: Fix typolat9nq
2023-09-14debug: Add renderdoc capture hotkeyGPUCode
2023-09-14Merge pull request #11496 from liamwhite/ngcliamwhite
ngc: implement service
2023-09-14Merge pull request #11479 from Kelebek1/check_all_fbsliamwhite
Look for the most recently modified image for present
2023-09-14Merge pull request #11433 from liamwhite/shutdown-oopsieliamwhite
polyfill_thread: ensure mutex was locked before signaling stop
2023-09-14shader_recompiler: skip sampler for buffer textures (#11435)liamwhite
2023-09-14ngc: implement serviceLiam
2023-09-13settings_setting: Don't remove the AudioEngine workaroundlat9nq
2023-09-13Merge pull request #11385 from liamwhite/acceptcancelliamwhite
internal_network: cancel pending socket operations on application process termination
2023-09-13cmd/yuzu: Remove uncaught usage of stoilat9nq
Also fixes a style inconsistency
2023-09-13cmd/config: Remove uncaught usage of stoullat9nq
2023-09-13shared_widget: Forward-port Citra changeslat9nq
Seemed like a good time to move these over. Also remove usage of std::sto{l,ll,ul,f,d}
2023-09-13configure_ui: Remove unnecessary usage of stoullat9nq
2023-09-13cheat_engine: Remove uncaught usage of stoullat9nq
2023-09-13ips_layer: Remove uncaught usage of stoul/lllat9nq