summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-12android: Remove general section from settingst895
Limit speed options were moved to system, cpu accuracy was moved to debug, and PiP was moved to graphics.
2023-11-12android: Remove "auto" region optiont895
This doesn't exist and if you clicked it, your region would be set to Taiwan.
2023-11-12Vulkan: Add a final barrier to the upload command bufferFernando Sahmkow
2023-11-12renderer_vulkan: Introduce separate cmd buffer for uploadsGPUCode
2023-11-12android: Add a landscape-specific layout to the about paget895
Moves the logo to the side to fit more information on screen
2023-11-12android: Shrink logo in about paget895
2023-11-12android: Shrink logo in settings tabt895
Adjusts padding between the cards and logo to fit appropriately
2023-11-12android: Fix top app bar tint being cut off in the about fragmentt895
Adjust margin on the toolbar, not the app bar
2023-11-12Memory: Fix invalidation handling from the CPU/ServicesFernando Sahmkow
2023-11-11core: hid: Split SL and SR buttonsgerman77
2023-11-11Merge pull request #11980 from german77/momentliamwhite
service: irs: Implement moment image processor
2023-11-11Merge pull request #12005 from german77/homebrew_idliamwhite
yuzu: Keep homebrew on the recently played list
2023-11-11Merge pull request #12004 from liamwhite/fix-hblliamwhite
k_capabilities: ignore map region when KTrace is disabled
2023-11-11Merge pull request #12003 from liamwhite/read-modulesliamwhite
gdbstub: read module information from memory layout
2023-11-11Merge pull request #11992 from t895/frame-checkliamwhite
android: Hide loading animation on first frame
2023-11-11yuzu: Keep homebrew on the recently played listgerman77
2023-11-11k_capabilities: ignore map region when KTrace is disabledLiam
2023-11-11gdbstub: read module information from memory layoutLiam
2023-11-11Merge pull request #11914 from liamwhite/newer-kpagetableliamwhite
kernel: add KPageTableBase
2023-11-11service: irs: Implement moment image processorNarr the Reg
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-10Merge pull request #11981 from lucasreis1/patchliamwhite
Allocate resources for test window before getting system info
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-06Merge pull request #11977 from SamayXD/patch-1liamwhite
Update CMakeLists.txt
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-06Merge pull request #11974 from t895/ci-fix-againCharles Lombardo
ci: android: Declare secrets during build step
2023-11-05ci: android: Declare secrets during build stepCharles Lombardo
2023-11-05android: Simplify FPS counter paddingCharles Lombardo
2023-11-05android: Color the FPS counter whiteCharles Lombardo
2023-11-05Merge pull request #11971 from german77/recentliamwhite
service: am: Set the correct album program id
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