Commit Graph

  • 4cdf18095d ns: rewrite IQueryService Liam 2024-02-17 14:49:47 -0500
  • 2d43831d1f ns: rewrite IServiceGetterInterface Liam 2024-02-17 14:34:13 -0500
  • 2e96921f9c ns: rewrite IApplicationManagerInterface Liam 2024-02-17 14:22:15 -0500
  • cf0de18982 ns: move IDevelopInterface Liam 2024-02-17 14:08:49 -0500
  • ae83ee28a3 ns: rewrite ISystemUpdateInterface Liam 2024-02-17 14:05:41 -0500
  • 306ed4984b ns: move ISystemUpdateControl Liam 2024-02-17 13:57:26 -0500
  • 626f2e65b1 ns: rewrite IVulnerabilityManagerInterface Liam 2024-02-17 13:54:36 -0500
  • 2eded86b4b ns: rewrite IReadOnlyApplicationControlDataInterface Liam 2024-02-17 13:46:18 -0500
  • 786fc512e2 ns: rewrite IReadOnlyApplicationRecordInterface Liam 2024-02-17 12:22:16 -0500
  • c31ac45332 ns: add IDynamicRightsInterface Liam 2024-02-17 12:16:19 -0500
  • db172ba249 ns: rewrite IDownloadTaskInterface Liam 2024-02-17 12:13:03 -0500
  • bb59940b03 ns: rewrite IDocumentInterface Liam 2024-02-17 12:09:07 -0500
  • 04887953ff ns: rewrite IContentManagementInterface Liam 2024-02-17 12:00:15 -0500
  • 8ea72cc99d ns: move IFactoryResetInterface Liam 2024-02-17 11:45:52 -0500
  • 44d2e90217 ns: move IECommerceInterface Liam 2024-02-17 11:43:40 -0500
  • 12926eb5db ns: move IApplicationVersionInterface Liam 2024-02-17 11:40:54 -0500
  • ae114d2fa1 ns: move IAccountProxyInterface Liam 2024-02-17 11:38:07 -0500
  • 270d07be2f ns: rewrite IPlatformServiceManager Liam 2024-02-17 11:30:02 -0500
  • 947cdbe4b1 ns: rename results header Liam 2024-02-17 11:08:11 -0500
  • 5583957616
    Merge pull request #13064 from t895/auto-map-fail liamwhite 2024-02-18 10:27:49 -0500
  • 6d731e1aa1
    Merge pull request #13049 from Leystryku/master liamwhite 2024-02-18 10:25:18 -0500
  • 839ded7d59
    Merge pull request #13065 from t895/cancel-button-fail liamwhite 2024-02-18 10:25:04 -0500
  • f57281ebc1
    Merge pull request #13066 from t895/touch-fix liamwhite 2024-02-18 10:24:58 -0500
  • 0a3bc6c0cf android: Map touches to touchscreen t895 2024-02-18 10:00:37 -0500
  • 55a7815064 android: Show cancel button for the content install notice t895 2024-02-18 09:23:30 -0500
  • a1c4f53c8c android: Only do first startup automapping if nothing has been mapped t895 2024-02-18 09:18:54 -0500
  • 8bbb44a74e service: Change unique_ptr to make_unique in GetCacheStorageMax Leystryku 2024-02-18 07:03:50 +0100
  • bc5ae04ea0 file_sys: Formatting changes and use unique_ptr in GetCacheStorageMax Leystryku 2024-02-18 06:17:35 +0100
  • 4f387b0b74 file_sys: Fix nacp field cache_storage_max_index datatype Leystryku 2024-02-18 06:00:42 +0100
  • bdf8aca750
    Merge pull request #13047 from anpilley/import-firmware liamwhite 2024-02-17 23:18:00 -0500
  • acfc4d6dfb
    Merge pull request #13054 from t895/lifecycle-utils liamwhite 2024-02-17 23:17:49 -0500
  • da5aa70fc9
    android: Port yuzu system info logging (#7431) Charles Lombardo 2024-02-17 23:10:10 -0500
  • 35a3c7226a android: Create lifecycle utility to simplify common StateFlow operations t895 2024-02-17 21:23:38 -0500
  • d93fdc8a6c service: Add proper GetCacheStorageMax implementation to IApplicationFunctions Leystryku 2024-02-18 05:02:35 +0100
  • 5d3c7433b8
    Merge pull request #13050 from t895/marquee-helper liamwhite 2024-02-17 22:48:36 -0500
  • 0010d42f82 android: Use extension functions for view visibility and text marquee t895 2024-02-17 19:34:34 -0500
  • 316089c39f
    Merge pull request #13052 from t895/serializable-stuff liamwhite 2024-02-17 22:22:46 -0500
  • 5024df1925
    Merge pull request #13051 from german77/cheatmiss liamwhite 2024-02-17 22:22:14 -0500
  • e7146309de
    Merge pull request #13034 from t895/map-all-the-inputs liamwhite 2024-02-17 22:22:06 -0500
  • c327d2a62c android: Move CoreErrorDialogFragment to its own file t895 2024-02-17 19:53:03 -0500
  • cb2e312f13 Add check for corrupted firmware files after install. Andrew Pilley 2024-02-18 12:31:14 +1100
  • 366bb52ec8 dmnt: cheats: Fix valid address range german77 2024-02-17 19:10:17 -0600
  • 82949085c0 fsp: Add FlushAccessLogOnSdCard stub Leystryku 2024-02-18 00:52:22 +0100
  • 90c43aa2e7 service: Add GetCacheStorageMax stub to IApplicationFunctions Leystryku 2024-02-17 22:26:03 +0100
  • a07f0883b9 service: vi: Implement ListDisplayMode german77 2024-02-17 16:08:22 -0600
  • 812f23d05c vi: manage resources independently of nvnflinger and refactor Liam 2024-02-14 23:44:05 -0500
  • dcce9837d2 vi: move shared buffer management from nvnflinger Liam 2024-02-14 16:29:24 -0500
  • ee8eccc5fa nvnflinger: convert to process Liam 2024-02-14 11:39:42 -0500
  • 7b79cddacd am: unify display layer management Liam 2024-02-11 23:50:48 -0500
  • 53f8383354
    Merge pull request #13017 from liamwhite/suspension Narr the Reg 2024-02-17 17:00:07 -0600
  • 36108ce2be
    Merge pull request #13040 from Kelebek1/timezone_shutdown liamwhite 2024-02-17 17:53:53 -0500
  • 4cbafc1ef6 service: audio: Rewrite IAudioController to new IPC Narr the Reg 2024-02-14 19:51:07 -0600
  • e31c926bf0 >.> spelling Andrew Pilley 2024-02-18 07:58:41 +1100
  • 59ede32f8e cleanup by clang-format. Andrew Pilley 2024-02-18 07:41:24 +1100
  • 9eba64adce Improve behavior when one or more firmware files can't be deleted. Andrew Pilley 2024-02-18 07:38:47 +1100
  • 110969e207 service: btm: Implement function needed by QLaunch Narr the Reg 2024-02-15 20:24:20 -0600
  • 50ecad547e android: Input mapping t895 2024-02-16 21:19:17 -0500
  • 34fb14ec9a Close reference to TimeZoneBinary on game close Kelebek1 2024-02-17 15:59:09 +0000
  • 749a721aa2
    externals: disable system cpp-httplib if it is a shared object (#7446) Castor215 2024-02-17 14:39:38 +0000
  • e2e0916100
    Merge branch 'yuzu-emu:master' into import-firmware Andrew Pilley 2024-02-17 23:36:43 +1100
  • 501e3ae05a Implement In-app firmware installation. Andrew Pilley 2024-02-17 23:33:55 +1100
  • ac33847b30 hid_core: Prevent crash if we try to iterate through empty color devices list t895 2024-02-16 21:11:47 -0500
  • 18494b0ad6 hid_core: Use dedicated "port" for android's input overlay t895 2024-02-16 21:09:42 -0500
  • dc2c302a84 config: Reset per-game profile name on load if empty t895 2024-02-16 21:07:03 -0500
  • a251f77556 android: Allow SettingsItems to use String or StringRes t895 2024-02-16 21:04:26 -0500
  • bb003c2bd4
    audio_core\hle\source.cpp: Improve accuracy of SourceStatus (#7432) SachinVin 2024-02-17 06:42:54 +0530
  • ec02a1cfe5 service: erpt: Implement SubmitContext Narr the Reg 2024-02-15 20:34:01 -0600
  • 39b958ab86 service: caps: Implement GetAlbumFIleList Narr the Reg 2024-02-15 20:27:10 -0600
  • 9c0724b270 service: btm: Migrate service to new IPC Narr the Reg 2024-02-15 11:05:36 -0600
  • dbcc447f43 service: am: Fix GetMainAppletAvailableUsers for user creation Narr the Reg 2024-02-14 19:13:43 -0600
  • 2954c01b47 service: am: Add QLaunch launcher Narr the Reg 2024-02-14 19:03:57 -0600
  • c7588c042b
    Merge pull request #13016 from german77/set-interface2 liamwhite 2024-02-16 13:11:36 -0500
  • 6e2678a42c
    Merge pull request #13011 from liamwhite/vi-ipc Narr the Reg 2024-02-16 12:11:02 -0600
  • 7638f87f74
    Port several small multiplayer PRs from yuzu (#7419) Tobias 2024-02-16 13:34:10 +0100
  • aa6809e2a8
    renderer_vulkan: Use no more than target supported version. (#7439) Steveice10 2024-02-15 19:38:32 -0800
  • 462ea921e3 shader_recompiler: fix non-const offset for arrayed image types Liam 2024-02-15 18:40:36 -0500
  • cb29aa0473 Revert "shader_recompiler: use only ConstOffset for OpImageFetch" Liam 2024-02-15 18:38:56 -0500
  • af42482565 kernel: add and enable system suspend type Liam 2024-02-14 16:57:20 -0500
  • caf16982d9 service: set: Migrate ISystemSettingsServer to new IPC Narr the Reg 2024-02-13 21:08:30 -0600
  • 1842df1da5 vi: rewrite IApplicationDisplayService Liam 2024-02-14 01:18:07 -0500
  • 8863940bf5 vi: rewrite ISystemDisplayService Liam 2024-02-14 00:40:06 -0500
  • b1c71f976c vi: rewrite IManagerDisplayService Liam 2024-02-14 00:17:48 -0500
  • 59011a04a1 vi: rewrite IHOSBinderDriver Liam 2024-02-14 00:09:29 -0500
  • c448001d47 vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootService Liam 2024-02-13 23:53:56 -0500
  • 2e8c0e9247 vi: split into implementation files Liam 2024-02-13 23:36:06 -0500
  • db871677b0 vi: extract types Liam 2024-02-13 23:08:27 -0500
  • a40adbc142
    Merge pull request #12996 from german77/settings-ipc liamwhite 2024-02-14 12:02:46 -0500
  • 1e8554b01f
    Merge pull request #12993 from liamwhite/am-rewrite-part1 Narr the Reg 2024-02-14 11:02:38 -0600
  • 5e02be75a3
    renderer_vulkan: Use getToolPropertiesEXT instead of getToolProperties (#7434) Steveice10 2024-02-13 21:43:09 -0800
  • 75bfbadb23 service: set: Migrate ISettingsServer to new interface german77 2024-02-12 00:32:26 -0600
  • ad4ae39903
    Merge pull request #13009 from t895/message-dialog-fix liamwhite 2024-02-13 14:46:56 -0500
  • fefdba05ca
    Merge pull request #13007 from t895/screen-bias liamwhite 2024-02-13 14:46:48 -0500
  • f813dc78b2 android: Prevent user from dismissing mod/cheat notice t895 2024-02-13 13:46:14 -0500
  • 10ba318807 android: Show cancel option for delete addons dialog t895 2024-02-13 13:45:17 -0500
  • 86fc1e5b32 android: Swap ok and close default strings for MessageDialogFragment t895 2024-02-13 13:44:35 -0500
  • 3c823254ff android: Add screen vertical alignment setting t895 2024-02-13 10:06:30 -0500
  • a0513bc45b android: Expose FSR sharpness slider t895 2024-02-13 10:04:59 -0500
  • 3067bfd126 buffer_cache: use mapped range with large vertex buffer size Liam 2024-02-13 08:27:33 -0500
  • 95d96cfe66
    Merge pull request #12974 from german77/ldn-interface liamwhite 2024-02-13 08:18:31 -0500
  • f75fceb3c0
    Merge pull request #12975 from FernandoS27/keep-your-own-vodoo-doll-away-from-gf liamwhite 2024-02-13 08:17:59 -0500