aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-02-17Close reference to TimeZoneBinary on game closeKelebek1
2024-02-17Merge branch 'yuzu-emu:master' into import-firmwareAndrew Pilley
2024-02-17Implement In-app firmware installation.Andrew Pilley
2024-02-16hid_core: Prevent crash if we try to iterate through empty color devices listt895
2024-02-16hid_core: Use dedicated "port" for android's input overlayt895
2024-02-16config: Reset per-game profile name on load if emptyt895
2024-02-16android: Allow SettingsItems to use String or StringRest895
2024-02-16service: erpt: Implement SubmitContextNarr the Reg
2024-02-16service: caps: Implement GetAlbumFIleListNarr the Reg
2024-02-16service: btm: Migrate service to new IPCNarr the Reg
2024-02-16service: am: Fix GetMainAppletAvailableUsers for user creationNarr the Reg
2024-02-16service: am: Add QLaunch launcherNarr the Reg
2024-02-16Merge pull request #13016 from german77/set-interface2liamwhite
service: set: Migrate ISystemSettingsServer to new IPC
2024-02-15shader_recompiler: fix non-const offset for arrayed image typesLiam
2024-02-15Revert "shader_recompiler: use only ConstOffset for OpImageFetch"Liam
This reverts commit f296a9ce9a1a144d322d54d4628dba6f8a800cb7.
2024-02-14kernel: add and enable system suspend typeLiam
2024-02-14service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg
2024-02-14vi: rewrite IApplicationDisplayServiceLiam
2024-02-14vi: rewrite ISystemDisplayServiceLiam
2024-02-14vi: rewrite IManagerDisplayServiceLiam
2024-02-14vi: rewrite IHOSBinderDriverLiam
2024-02-14vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootServiceLiam
2024-02-14vi: split into implementation filesLiam
2024-02-14vi: extract typesLiam
2024-02-14Merge pull request #12996 from german77/settings-ipcliamwhite
service: set: Migrate ISettingsServer to new interface
2024-02-14Merge pull request #12993 from liamwhite/am-rewrite-part1Narr the Reg
am: rewrite part 1
2024-02-13service: set: Migrate ISettingsServer to new interfacegerman77
2024-02-13Merge pull request #13009 from t895/message-dialog-fixliamwhite
android: Message dialog tweaks
2024-02-13android: Prevent user from dismissing mod/cheat noticet895
Makes sure that a user can't miss this dialog by touching outside the window. They must press "OK" or "Close" to continue.
2024-02-13android: Show cancel option for delete addons dialogt895
2024-02-13android: Swap ok and close default strings for MessageDialogFragmentt895
2024-02-13android: Add screen vertical alignment settingt895
It's a bit of a hack since I'm moving the view instead of telling the Vulkan surface to bias itself to the top/bottom/center but it works fine for now.
2024-02-13android: Expose FSR sharpness slidert895
2024-02-13buffer_cache: use mapped range with large vertex buffer sizeLiam
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-12device_memory_manager: skip unregistered interfaces on invalidateLiam
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-12am: move out omm interfaces to new moduleLiam
2024-02-12am: rewrite IApplicationCreatorLiam
2024-02-12am: add IApplicationAccessorLiam
2024-02-12am: rewrite ILockAccessorLiam
2024-02-12am: rewrite IWindowControllerLiam
2024-02-12am: rewrite IStorageLiam
2024-02-12am: rewrite IStorageAccessor, ITransferStorageAccessorLiam
2024-02-12am: rewrite ISelfControllerLiam