summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-11-10k_page_table: fix shutdownLiam
2023-11-10k_page_table: use more precise icache invalidatesLiam
2023-11-10kernel: add KPageTableBaseLiam
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
2023-11-10yuzu: Make mute audio persistentNarr the Reg
2023-11-10yuzu: Save mute when in background settingNarr the Reg
2023-11-10Revert "renderer_vulkan: add locks to avoid scheduler flushes from CPU"Fernando Sahmkow
This reverts commit d9dde7e6f3a90f58d642808900ddd558da21f762.
2023-11-09android: Hide loading animation on first framet895
2023-11-09Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir);Franco M
2023-11-09Minor changesFranco M
2023-11-08Final change, i thinkFranco M
2023-11-08CMakeLists: Add option to call lupdate directlylat9nq
qt_create_translation silently fails to run at all on my system. Since there is no error, I was unable to determine a fix. This sidesteps the convenience function by setting up the rules ourselves. This is left as an option since this path likely does not work on Windows.
2023-11-08shared_translation: Call tr for each stringlat9nq
Qt can't parse tr called within a macro, so we must call it on each string. shared_translation: Remove redundant include
2023-11-07Allocate resources for test window before getting system infoLucas Reis
2023-11-07Fixed clangFranco M
2023-11-07Update CMakeLists.txtSamay Navale
2023-11-07Update CMakeLists.txtSamay Navale
Updated Comments for better readability.
2023-11-06Merge pull request #11896 from liamwhite/cropliamwhite
renderer_vulkan: fix cropping for presentation
2023-11-06Merge pull request #11873 from liamwhite/buffer-controlliamwhite
nvdrv: add ioctl command serialization wrapper
2023-11-06Merge pull request #11972 from t895/fps-counter-adjustmentsliamwhite
android: FPS counter adjustments
2023-11-05android: Simplify FPS counter paddingCharles Lombardo
2023-11-05android: Color the FPS counter whiteCharles Lombardo
2023-11-05service: am: Set the correct album program idgerman77
2023-11-05renderer_vulkan: render on bottom of surface clip when flipped (#11894)liamwhite
2023-11-05Merge pull request #11957 from liamwhite/null2liamwhite
renderer_null: fix
2023-11-05Merge pull request #11969 from german77/profileliamwhite
service: acc: Ensure proper profile size
2023-11-05Merge pull request #11961 from german77/recentliamwhite
yuzu: Only store games in the recently played list
2023-11-05yuzu: Only store games in the recently played listgerman77
2023-11-05service: acc: Ensure proper profile sizegerman77
2023-11-04Merge pull request #11965 from german77/colorliamwhite
core: hid: Signal color updates
2023-11-05 modified: src/yuzu/main.cppFranco M
2023-11-04Merge branch 'master' into new-shortcutFranco M
2023-11-04core: hid: Signal color updatesNarr the Reg
2023-11-04Convert files to LF eolKelebek1
2023-11-04Merge pull request #11952 from liamwhite/opus_stereo_countliamwhite
opus: Allow 0 stereo count
2023-11-04Merge pull request #11960 from german77/silenceliamwhite
service: hid: Silence EnableUnintendedHomeButtonInputProtection
2023-11-04Merge pull request #11959 from t895/firmware-reload-fixliamwhite
android: Don't reload log/system after loading firmware/backup
2023-11-04Merge pull request #11881 from liamwhite/sockets-safe-accessliamwhite
sockets: use safe access helpers
2023-11-04Merge pull request #11885 from liamwhite/stop-nagging-meliamwhite
qt: remove duplicate exit confirmation setting
2023-11-03service: hid: Silence EnableUnintendedHomeButtonInputProtectiongerman77
2023-11-04android: Always update FPS counterCharles Lombardo
2023-11-03android: Don't reload log/system after loading firmware/backupCharles Lombardo
2023-11-03Merge pull request #11954 from t895/log-hardwareCharles Lombardo
android: Log more system information
2023-11-03renderer_null: fixLiam
2023-11-03arm: NativeClock: Special handling for bad system counter clock frequency ↵Charles Lombardo
reporting On some devices, checking the system counter clock frequency will return 0. Substitute in the correct values to prevent issues.
2023-11-03android: Log more system information during startupCharles Lombardo
Logs device manufacturer/model, SoC manufacturer/model where available, and the total system memory
2023-11-03android: Fix fetching system memory size from MemoryUtilCharles Lombardo
We weren't rounding up the value at a unit before (GB, MB, etc) we were rounding up the total bytes and that would do nothing. This fixes that, and the check for total system memory during first emulation start where we tried to check the required system memory against 1 gigabyte.
2023-11-03android: Update surface parameters on emulation startCharles Lombardo
This adds a quick update that notifies the render surface if there was a change between surface creation and emulation starting.
2023-11-03Allow 0 stereo countKelebek1
2023-11-03Merge pull request #11948 from german77/hard_ringliamwhite
service: hid: Ensure GetNextEntryIndex can't fail
2023-11-03Merge pull request #11947 from german77/batteryliamwhite
core: hid: Fix wrong battery values