summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-18Merge pull request #13065 from t895/cancel-button-failliamwhite
android: Show cancel button for the content install notice
2024-02-18Merge pull request #13066 from t895/touch-fixliamwhite
android: Map touches to touchscreen
2024-02-18android: Map touches to touchscreent895
I neglected to map touches to the touchscreen when refactoring in the input mapping PR. This fixes that regression.
2024-02-18android: Show cancel button for the content install noticet895
2024-02-17Merge pull request #13047 from anpilley/import-firmwareliamwhite
Import firmware from folder of loose NCA files
2024-02-17Merge pull request #13054 from t895/lifecycle-utilsliamwhite
android: Create lifecycle utility to simplify common StateFlow operations
2024-02-17android: Create lifecycle utility to simplify common StateFlow operationst895
2024-02-17Merge pull request #13050 from t895/marquee-helperliamwhite
android: Use extension functions for view visibility and text marquee
2024-02-17android: Use extension functions for view visibility and text marqueet895
2024-02-17Merge pull request #13052 from t895/serializable-stuffliamwhite
android: Move CoreErrorDialogFragment to its own file
2024-02-17Merge pull request #13051 from german77/cheatmissliamwhite
dmnt: cheats: Fix valid address range
2024-02-17Merge pull request #13034 from t895/map-all-the-inputsliamwhite
android: Input mapping
2024-02-17android: Move CoreErrorDialogFragment to its own filet895
2024-02-18Add check for corrupted firmware files after install.Andrew Pilley
2024-02-17dmnt: cheats: Fix valid address rangegerman77
2024-02-17Merge pull request #13017 from liamwhite/suspensionNarr the Reg
kernel: add and enable system suspend type
2024-02-17Merge pull request #13040 from Kelebek1/timezone_shutdownliamwhite
Close reference to TimeZoneBinary on game close
2024-02-18>.> spellingAndrew Pilley
2024-02-18cleanup by clang-format.Andrew Pilley
2024-02-18Improve behavior when one or more firmware files can't be deleted.Andrew Pilley
2024-02-17android: Input mappingt895
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-16Merge pull request #13016 from german77/set-interface2liamwhite
service: set: Migrate ISystemSettingsServer to new IPC
2024-02-16Merge pull request #13011 from liamwhite/vi-ipcNarr the Reg
vi: rewrite for new IPC
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-13Merge pull request #13007 from t895/screen-biasliamwhite
android: Expose FSR slider and add vertical alignment setting
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-13Merge pull request #12974 from german77/ldn-interfaceliamwhite
service: ldn: Migrate and refractor service to new IPC