Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-12 | android: Remove general section from settings | t895 | |
Limit speed options were moved to system, cpu accuracy was moved to debug, and PiP was moved to graphics. | |||
2023-11-12 | android: Remove "auto" region option | t895 | |
This doesn't exist and if you clicked it, your region would be set to Taiwan. | |||
2023-11-12 | Vulkan: Add a final barrier to the upload command buffer | Fernando Sahmkow | |
2023-11-12 | renderer_vulkan: Introduce separate cmd buffer for uploads | GPUCode | |
2023-11-12 | android: Add a landscape-specific layout to the about page | t895 | |
Moves the logo to the side to fit more information on screen | |||
2023-11-12 | android: Shrink logo in about page | t895 | |
2023-11-12 | android: Shrink logo in settings tab | t895 | |
Adjusts padding between the cards and logo to fit appropriately | |||
2023-11-12 | android: Fix top app bar tint being cut off in the about fragment | t895 | |
Adjust margin on the toolbar, not the app bar | |||
2023-11-12 | Memory: Fix invalidation handling from the CPU/Services | Fernando Sahmkow | |
2023-11-11 | core: hid: Split SL and SR buttons | german77 | |
2023-11-11 | Merge pull request #11980 from german77/moment | liamwhite | |
service: irs: Implement moment image processor | |||
2023-11-11 | Merge pull request #12005 from german77/homebrew_id | liamwhite | |
yuzu: Keep homebrew on the recently played list | |||
2023-11-11 | Merge pull request #12004 from liamwhite/fix-hbl | liamwhite | |
k_capabilities: ignore map region when KTrace is disabled | |||
2023-11-11 | Merge pull request #12003 from liamwhite/read-modules | liamwhite | |
gdbstub: read module information from memory layout | |||
2023-11-11 | Merge pull request #11992 from t895/frame-check | liamwhite | |
android: Hide loading animation on first frame | |||
2023-11-11 | yuzu: Keep homebrew on the recently played list | german77 | |
2023-11-11 | k_capabilities: ignore map region when KTrace is disabled | Liam | |
2023-11-11 | gdbstub: read module information from memory layout | Liam | |
2023-11-11 | Merge pull request #11914 from liamwhite/newer-kpagetable | liamwhite | |
kernel: add KPageTableBase | |||
2023-11-11 | service: irs: Implement moment image processor | Narr the Reg | |
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 | Merge pull request #11981 from lucasreis1/patch | liamwhite | |
Allocate resources for test window before getting system info | |||
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-06 | Merge pull request #11977 from SamayXD/patch-1 | liamwhite | |
Update CMakeLists.txt | |||
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-06 | Merge pull request #11974 from t895/ci-fix-again | Charles Lombardo | |
ci: android: Declare secrets during build step | |||
2023-11-05 | ci: android: Declare secrets during build step | Charles Lombardo | |
2023-11-05 | android: Simplify FPS counter padding | Charles Lombardo | |
2023-11-05 | android: Color the FPS counter white | Charles Lombardo | |
2023-11-05 | Merge pull request #11971 from german77/recent | liamwhite | |
service: am: Set the correct album program id | |||
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 |