Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | k_page_table: fix shutdown | Liam | |
2023-11-10 | k_page_table: use more precise icache invalidates | Liam | |
2023-11-10 | kernel: add KPageTableBase | Liam | |
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk> | |||
2023-11-10 | yuzu: Make mute audio persistent | Narr the Reg | |
2023-11-10 | yuzu: Save mute when in background setting | Narr the Reg | |
2023-11-10 | Revert "renderer_vulkan: add locks to avoid scheduler flushes from CPU" | Fernando Sahmkow | |
This reverts commit d9dde7e6f3a90f58d642808900ddd558da21f762. | |||
2023-11-09 | android: Hide loading animation on first frame | t895 | |
2023-11-09 | Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir); | Franco M | |
2023-11-09 | Minor changes | Franco M | |
2023-11-08 | Final change, i think | Franco M | |
2023-11-08 | CMakeLists: Add option to call lupdate directly | lat9nq | |
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-08 | shared_translation: Call tr for each string | lat9nq | |
Qt can't parse tr called within a macro, so we must call it on each string. shared_translation: Remove redundant include | |||
2023-11-07 | Allocate resources for test window before getting system info | Lucas Reis | |
2023-11-07 | Fixed clang | Franco M | |
2023-11-07 | Update CMakeLists.txt | Samay Navale | |
2023-11-07 | Update CMakeLists.txt | Samay Navale | |
Updated Comments for better readability. | |||
2023-11-06 | Merge pull request #11896 from liamwhite/crop | liamwhite | |
renderer_vulkan: fix cropping for presentation | |||
2023-11-06 | Merge pull request #11873 from liamwhite/buffer-control | liamwhite | |
nvdrv: add ioctl command serialization wrapper | |||
2023-11-06 | Merge pull request #11972 from t895/fps-counter-adjustments | liamwhite | |
android: FPS counter adjustments | |||
2023-11-05 | android: Simplify FPS counter padding | Charles Lombardo | |
2023-11-05 | android: Color the FPS counter white | Charles Lombardo | |
2023-11-05 | service: am: Set the correct album program id | german77 | |
2023-11-05 | renderer_vulkan: render on bottom of surface clip when flipped (#11894) | liamwhite | |
2023-11-05 | Merge pull request #11957 from liamwhite/null2 | liamwhite | |
renderer_null: fix | |||
2023-11-05 | Merge pull request #11969 from german77/profile | liamwhite | |
service: acc: Ensure proper profile size | |||
2023-11-05 | Merge pull request #11961 from german77/recent | liamwhite | |
yuzu: Only store games in the recently played list | |||
2023-11-05 | yuzu: Only store games in the recently played list | german77 | |
2023-11-05 | service: acc: Ensure proper profile size | german77 | |
2023-11-04 | Merge pull request #11965 from german77/color | liamwhite | |
core: hid: Signal color updates | |||
2023-11-05 | modified: src/yuzu/main.cpp | Franco M | |
2023-11-04 | Merge branch 'master' into new-shortcut | Franco M | |
2023-11-04 | core: hid: Signal color updates | Narr the Reg | |
2023-11-04 | Convert files to LF eol | Kelebek1 | |
2023-11-04 | Merge pull request #11952 from liamwhite/opus_stereo_count | liamwhite | |
opus: Allow 0 stereo count | |||
2023-11-04 | Merge pull request #11960 from german77/silence | liamwhite | |
service: hid: Silence EnableUnintendedHomeButtonInputProtection | |||
2023-11-04 | Merge pull request #11959 from t895/firmware-reload-fix | liamwhite | |
android: Don't reload log/system after loading firmware/backup | |||
2023-11-04 | Merge pull request #11881 from liamwhite/sockets-safe-access | liamwhite | |
sockets: use safe access helpers | |||
2023-11-04 | Merge pull request #11885 from liamwhite/stop-nagging-me | liamwhite | |
qt: remove duplicate exit confirmation setting | |||
2023-11-03 | service: hid: Silence EnableUnintendedHomeButtonInputProtection | german77 | |
2023-11-04 | android: Always update FPS counter | Charles Lombardo | |
2023-11-03 | android: Don't reload log/system after loading firmware/backup | Charles Lombardo | |
2023-11-03 | Merge pull request #11954 from t895/log-hardware | Charles Lombardo | |
android: Log more system information | |||
2023-11-03 | renderer_null: fix | Liam | |
2023-11-03 | arm: 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-03 | android: Log more system information during startup | Charles Lombardo | |
Logs device manufacturer/model, SoC manufacturer/model where available, and the total system memory | |||
2023-11-03 | android: Fix fetching system memory size from MemoryUtil | Charles 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-03 | android: Update surface parameters on emulation start | Charles Lombardo | |
This adds a quick update that notifies the render surface if there was a change between surface creation and emulation starting. | |||
2023-11-03 | Allow 0 stereo count | Kelebek1 | |
2023-11-03 | Merge pull request #11948 from german77/hard_ring | liamwhite | |
service: hid: Ensure GetNextEntryIndex can't fail | |||
2023-11-03 | Merge pull request #11947 from german77/battery | liamwhite | |
core: hid: Fix wrong battery values |