summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-02-13android: Expose FSR sharpness slidert895
2024-02-13Merge pull request #12974 from german77/ldn-interfaceliamwhite
service: ldn: Migrate and refractor service to new IPC
2024-02-13Merge pull request #12975 from FernandoS27/keep-your-own-vodoo-doll-away-from-gfliamwhite
Texture Cache: Fix untracking on GPU remap
2024-02-13Merge pull request #12989 from german77/hotcakeliamwhite
yuzu: Allow non npad hotkeys and disable controller navigation requirement
2024-02-13Merge pull request #12998 from t895/swap-clear-actionsliamwhite
android: Swap confirmation buttons for delete save data dialog
2024-02-13Merge pull request #12941 from FearlessTobi/setting-tooltipsliamwhite
shared_translation: Add tooltips for yuzu settings
2024-02-12android: Swap confirmation buttons for delete save data dialogt895
2024-02-12android: Extend MessageDialogFragment to support a negative action and ↵t895
button titles
2024-02-11Merge pull request #12756 from liamwhite/applet-multiprocess-hwcNarr the Reg
general: applet multiprocess
2024-02-11service: news: Stub remaining functionsgerman77
2024-02-11yuzu: Allow non npad hotkeys and disable controller navigation requirementgerman77
2024-02-11service: ldn: Migrate and refractor service to new IPCNarr the Reg
2024-02-11config: Always delete control settings in ClearControlPlayerValuest895
2024-02-10Merge pull request #12978 from liamwhite/ffs-qcomCharles Lombardo
host_shaders: add vendor workaround for adreno drivers
2024-02-10Merge pull request #12969 from german77/bcat-interfaceliamwhite
service: bcat: Migrate and refractor service to new IPC
2024-02-10Merge pull request #12949 from liamwhite/multi-waitliamwhite
service: add os types and multi wait API
2024-02-10am: use applet program loading for tested versionsLiam
2024-02-10host_shaders: add vendor workaround for adreno driversLiam
2024-02-10Texture Cache: Fix untracking on GPU remapFernando Sahmkow
2024-02-10service: bcat: Address review issuesNarr the Reg
2024-02-10service: bcat: Implement news interfacesNarr the Reg
2024-02-10service: bcat: Migrate and refractor service to new IPCNarr the Reg
2024-02-09Fix multiplayer player count color in dark themes | Temp fix until #12744: ↵Kevnkkm
Add green color for counts > 0 and < max_players - 1 (#12930) * fix intended player count color in dark themes * Refactor * Change to green color for white and dark themes * Add const to the colors and extra name for green color
2024-02-09Merge pull request #12951 from liamwhite/more-ipcNarr the Reg
ipc: additional fixes
2024-02-09Merge pull request #12920 from t895/jni-commonliamwhite
android: Move JNI setup and helpers to common
2024-02-09Merge pull request #12927 from german77/cheat-pauseliamwhite
dmnt: cheat: Add pause and resume support
2024-02-09Merge pull request #12968 from t895/thermal-statusliamwhite
android: Thermal throttling indicator
2024-02-09Merge pull request #12964 from t895/foreground-service-testliamwhite
android: Remove foreground service
2024-02-09Merge pull request #12966 from german77/free_npadliamwhite
service: hid: Free npad applet resource
2024-02-09am: fix focus states and display of indirect keyboardLiam
2024-02-09am: stub SetMediaPlaybackState for self controllerLiam
2024-02-09general: add default configurations for applet modeLiam
2024-02-09gpu: dependency-inject scaling/antialiasing filter state for capture layersLiam
2024-02-09nvnflinger/gpu: implement applet captureLiam
2024-02-09nvnflinger/gpu: implement blendingLiam
2024-02-09nvservices: unmap only on last container freeLiam
2024-02-09video_core: defensively program around unmapped device pointersLiam
2024-02-09core: fix multiprocess with nceLiam
2024-02-09android: Use utility function for applying view marginst895
2024-02-09android: Add thermal throttling overlayt895
2024-02-08Merge pull request #12967 from german77/let_me_outliamwhite
service: Fix OutLargeData attributes
2024-02-08android: Remove foreground servicet895
2024-02-08service: Fix OutLargeData attributesNarr the Reg
2024-02-08service: hid: Free npad applet resourceNarr the Reg
2024-02-08android: Fix regex for git versiont895
2024-02-08android: Run OnEmulationStarted frontend callback in another threadt895
The JVM has problems with attaching to a Fiber so we start a new thread and wait for the result here.
2024-02-08common: fs: Expand android macrost895
2024-02-08android: Move JNI setup and helpers to commont895
2024-02-08shared_translation: Add tooltips for general settingsFearlessTobi
2024-02-08Merge pull request #12903 from liamwhite/const-offsetFernando S
shader_recompiler: use only ConstOffset for OpImageFetch