summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-11-16Merge pull request #11995 from FernandoS27/you-dont-need-the-new-iphoneliamwhite
Revert PR #11806 and do a proper fix to the memory handling.
2023-11-16Merge pull request #12038 from german77/no_implementliamwhite
service: hid: Split hid.cpp into individual interfaces
2023-11-16Merge pull request #12007 from german77/moar_buttonsliamwhite
core: hid: Split SL and SR buttons
2023-11-15service: hid: Split hid.cpp into individual interfacesNarr the Reg
2023-11-15android: Disable PiP by defaultt895
2023-11-14Merge pull request #12034 from t895/fps-outlineliamwhite
android: Add drop shadow to FPS counter
2023-11-14android: Don't enter PiP during startup or shutdownt895
2023-11-14android: Add drop shadow to FPS countert895
Also let the style control the text size
2023-11-14Merge pull request #12032 from liamwhite/fruit-compilerliamwhite
fix apple clang build again
2023-11-14Merge pull request #12030 from t895/blocking-fixliamwhite
android: Use suspend function for creating dynamic shortcuts
2023-11-14Merge pull request #12028 from liamwhite/coretiming-shutdownliamwhite
core_timing: lock event queue access
2023-11-14Merge pull request #12025 from liamwhite/kernel-shutdown-deadlockliamwhite
core: check for thread dpc before eret
2023-11-14Merge pull request #12019 from liamwhite/more-shutdown-deadlocksliamwhite
audio_core: ignore renderer wait when stream is paused
2023-11-14fix apple clang build againLiam
2023-11-14core_timing: lock event queue accessLiam
2023-11-14android: Use suspend function for creating dynamic shortcutst895
If the coil loader ever got stuck when creating a dynamic shortcut icon, the app would freeze. This would happen most notably when booting nca format games. This pushes that process to a separate coroutine that can be cancelled by the main activity's lifecycle.
2023-11-13core: check for thread dpc before eretLiam
2023-11-13Merge pull request #11990 from german77/audioliamwhite
yuzu: Save mute when in background setting
2023-11-13Merge pull request #12014 from t895/shrink-logoliamwhite
android: Shrink branding images
2023-11-13Merge pull request #12015 from t895/remove-autoliamwhite
android: Remove "auto" region option
2023-11-12audio_core: ignore renderer wait when stream is pausedLiam
2023-11-12android: Use the same transition animation between every fragment in settingst895
The animation that I used for entering search was prone to weird visual bugs and could appear visually jarring. This just makes things appear more consistent.
2023-11-12android: Use more padding on top of each settings headert895
2023-11-12android: Remove dividers between each settingt895
2023-11-12android: Add icons and descriptions to the first-level advanced settings paget895
Additionally adjusts padding to place the icons in-line with the back button in the top app bar and makes the text for normal settings appear in-line with the expanded top app bar title.
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-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-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-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-07Allocate resources for test window before getting system infoLucas Reis