Commit graph

  • b2c259f09f config: Actually save the gamemode setting FearlessTobi 2023-12-20 05:48:46 +0100
  • de35bae7a2 Enable (Feral Interactive) Gamemode on Linux FearlessTobi 2023-12-12 18:34:52 +0100
  • 2e369c03b8
    ci: Revert back to unzipped Android artifacts. (#7258) Steveice10 2023-12-19 18:51:47 -0800
  • 249c3d2df1 Disable NDM connect for now as it's causing issues PabloMK7 2023-12-19 21:02:16 +0100
  • 483053a6bc android: PR response - name to togglePause James Forward 2023-12-19 19:51:33 +0000
  • 0e366c24da android: Fix from method to default to "DEFAULT" if passed an invalid method (and also not be based on ordering) James Forward 2023-12-18 23:34:11 +0000
  • 5b5f3780c9 android: Fix settings not saving for layout options - screen swap + layout. James Forward 2023-12-18 21:33:38 +0000
  • f63e9393ab fix: Also correctly persist swap_screen. James Forward 2023-12-19 19:42:58 +0000
  • 9302c5711c android: PR comments about LifecycleUtil. James Forward 2023-12-19 18:55:26 +0000
  • 5783ac1567 android: Fix saving in correct way, not via C++ code. James Forward 2023-12-19 18:53:17 +0000
  • d251d76bec android: Fix formatting issue James Forward 2023-12-19 07:22:19 +0000
  • eff27066ee android: Fix from method to default to "DEFAULT" if passed an invalid method (and also not be based on ordering) James Forward 2023-12-18 23:34:11 +0000
  • 00a97c0385 android: Fix bug where layout always resets to MobileLandscape after entering settings and returning to game James Forward 2023-12-18 21:33:38 +0000
  • 92e5cc783f feat(android-hotkeys): Introduce hotkey support for Android app jamfor352 2023-12-11 18:54:01 +0000
  • f371283a21 Schedule NDM connect event into the future PabloMK7 2023-12-12 23:46:53 +0100
  • 454755b658 Implement some missing/wrong AC functionality. PabloMK7 2023-11-14 19:48:33 +0100
  • 34a199c1cb Add CTCert and DeviceID support PabloMK7 2023-11-16 17:59:45 +0100
  • 165550d562 Add console unique secure data PabloMK7 2023-10-07 20:04:19 +0200
  • 754cadc146 Minor fixes to fs/file.cpp PabloMK7 2023-12-19 18:01:48 +0100
  • a47d8a7b4d
    Fix incorrect service name in SOC_U::GetService (#7261) PabloMK7 2023-12-19 17:04:28 +0100
  • 7fb665f742
    Fix incorrect service name in SOC_U::GetService PabloMK7 2023-12-19 16:46:05 +0100
  • 02ba5c652b
    Add circle_pad_old_* to savestates. (#7250) CasualPokePlayer 2023-12-19 00:43:44 -0800
  • 80c77f2100 android: Fix formatting issue James Forward 2023-12-19 07:22:19 +0000
  • bf5ae4d38f ci: Revert back to unzipped Android artifacts. Steveice10 2023-12-18 22:31:17 -0800
  • 30659ef114 android: Fix from method to default to "DEFAULT" if passed an invalid method (and also not be based on ordering) James Forward 2023-12-18 23:34:11 +0000
  • ce5fd13f2c android: Fix bug where layout always resets to MobileLandscape after entering settings and returning to game James Forward 2023-12-18 21:33:38 +0000
  • 8d3f735098 feat(android-hotkeys): Introduce hotkey support for Android app jamfor352 2023-12-11 18:54:01 +0000
  • 762ddfd07b
    Android UI Overhaul Part 4/4 (#7235) Charles Lombardo 2023-12-17 20:32:30 -0500
  • a8a12918f3
    Merge branch 'citra-emu:master' into arm64-take-2 TGP17 2023-12-17 18:25:46 +0100
  • a4ea2b9357
    Update src/android/app/src/main/java/org/citra/citra_emu/features/hotkeys/Hotkey.kt James Forward 2023-12-17 17:02:49 +0000
  • d680b79725
    Implement some missing SOC functionality (#7176) PabloMK7 2023-12-17 17:50:24 +0100
  • 4b35ea330b fix: Re-privatise EmulationState, no longer need to make it a public class James Forward 2023-12-17 16:45:29 +0000
  • c3dd6fc912 fix: Remove unnecessary import & variable James Forward 2023-12-17 16:33:15 +0000
  • 229e6c6707 fix: Remove now unnecessary variable James Forward 2023-12-17 16:27:41 +0000
  • f9f28c327b fix: Convert screenlayout usage to enum James Forward 2023-12-17 16:19:03 +0000
  • db7188469a fix: Better usage of consts/vals James Forward 2023-12-17 14:14:22 +0000
  • 99f6fe4731 fix: Hotkey changes to use enums James Forward 2023-12-17 13:57:23 +0000
  • 81f953b441 fix: Hotkey changes to use enums James Forward 2023-12-17 13:57:23 +0000
  • 1848da27de fix: Make EmulationFragment use screenAdjustmentUtility for altering layout, for consistency James Forward 2023-12-17 13:57:00 +0000
  • b86d0cc9f8 fix: Simplify cycle layout code James Forward 2023-12-17 13:56:33 +0000
  • a0b83310ef Add circle_pad_old_* to savestates. CasualPokePlayer 2023-12-16 21:33:11 -0800
  • 6f7c56f897 cleanup: Remove call to NativeLibrary.stopEmulation() as this is ran by hooks anyway James Forward 2023-12-15 20:56:28 +0000
  • 4efe9a6f8b feat: Pause/resume hotkey James Forward 2023-12-14 20:23:16 +0000
  • ba72ef8024 fix: Add missing copyright disclaimer to new classes jamfor352 2023-12-13 00:12:46 +0000
  • 21b0975f3b fix: Add missing hybrid layout jamfor352 2023-12-12 23:11:36 +0000
  • 62d5fce767 fix: Separate utilities out - lifecycle management & screen adjustment management, into their own utility classes, to promote code reuse & also separate concerns easier jamfor352 2023-12-12 21:38:03 +0000
  • fc2f7ed54a improvement: Split HotkeyUtility into its own class jamfor352 2023-12-11 21:03:08 +0000
  • 30e099392e feat(android-hotkeys): Introduce hotkey support for Android app jamfor352 2023-12-11 18:54:01 +0000
  • 2b20082581
    common: Miscellaneous cleanups (#7239) GPUCode 2023-12-14 16:26:33 +0200
  • 15ea0c6336
    Port yuzu-emu/yuzu#12100: "translations: Add android translations to transifex config" (#7246) Tobias 2023-12-14 04:57:08 +0100
  • 2e963dee02 core: Ignore GCC warning GPUCode 2023-12-13 21:48:14 +0200
  • b62278d16e gsp_gpu: Restore comment GPUCode 2023-12-11 13:35:10 +0200
  • 3f55c6b813 bit_set: Use <bit> and concepts GPUCode 2023-12-10 13:25:43 +0200
  • 6c55ebac77 ring_buffer: Use feature macro GPUCode 2023-12-10 13:19:00 +0200
  • 5c2a0c4e37 bit_set: Make constexpr GPUCode 2023-12-09 22:48:12 +0200
  • 0afaa31df5 common: Remove linear disk cache GPUCode 2023-12-09 22:34:57 +0200
  • bd1ffc34ef common: use SetThreadDescription API for thread names Liam 2023-12-09 22:26:38 +0200
  • d487afd43c common: Remove misc.cpp GPUCode 2023-12-09 22:25:12 +0200
  • d4c26a6d95 common/swap: Make use of std::endian Lioncash 2023-12-09 22:21:24 +0200
  • 2db9328087 android: Upgrade to NDK 26 GPUCode 2023-12-09 22:19:35 +0200
  • 6b4ff943da code: Remove some old msvc workarounds GPUCode 2023-12-09 22:16:03 +0200
  • c3384b9b63 Suggestions PabloMK7 2023-12-13 10:35:35 +0100
  • d37f778169 Add random delay to app main thread PabloMK7 2023-11-22 20:32:05 +0100
  • 83048ec3d3 Apply suggestions PabloMK7 2023-12-13 10:14:49 +0100
  • 1322a49afd Schedule NDM connect event into the future PabloMK7 2023-12-12 23:46:53 +0100
  • 9a6d15ab74
    ci: Only use Linux clang for app image build. (#7244) Steveice10 2023-12-12 09:48:06 -0800
  • 65bf278dcb translations: Add android translations to transifex config FearlessTobi 2023-12-12 18:41:07 +0100
  • 8af640e482 build: Re-add -Wno-attributes for GCC 11. Steveice10 2023-12-12 08:58:16 -0800
  • 6bb07eb0d5 Implement some missing/wrong AC functionality. PabloMK7 2023-11-14 19:48:33 +0100
  • 8471e898b7 ci: Only use Linux clang for app image build. Steveice10 2023-12-12 08:36:09 -0800
  • 28ec5d02fb replace two tabs that I missed Séamus 2023-12-10 14:11:38 +0100
  • 33da656731
    Add new filetypes shinra-electric 2023-12-10 14:01:34 +0100
  • aa54d6478f bit_set: Use <bit> and concepts GPUCode 2023-12-10 13:25:43 +0200
  • debf9a39b8 ring_buffer: Use feature macro GPUCode 2023-12-10 13:19:00 +0200
  • 374e096c3f
    Use spaces instead of tabs shinra-electric 2023-12-10 09:35:05 +0100
  • 61714f41d7 bit_set: Make constexpr GPUCode 2023-12-09 22:48:12 +0200
  • 84d5505261 common: Remove linear disk cache GPUCode 2023-12-09 22:34:57 +0200
  • 864a12ac37 common: use SetThreadDescription API for thread names Liam 2023-12-09 22:26:38 +0200
  • c008b85427 common: Remove misc.cpp GPUCode 2023-12-09 22:25:12 +0200
  • b934e26625 common/swap: Make use of std::endian Lioncash 2023-12-09 22:21:24 +0200
  • e7e77ae079 android: Upgrade to NDK 26 GPUCode 2023-12-09 22:19:35 +0200
  • 4d804c5a1d code: Remove some old msvc workarounds GPUCode 2023-12-09 22:16:03 +0200
  • 4244702c05
    Associate 3ds files with Citra in Info.plist shinra-electric 2023-12-09 19:07:08 +0100
  • 60584e861d
    fs: Stub ControlArchive. (#7237) Steveice10 2023-12-08 23:35:01 -0800
  • 070853b465
    apt: Stub ReplySleepQuery and ReplySleepNotificationComplete. (#7236) Steveice10 2023-12-08 23:34:54 -0800
  • 24b5ffbfca
    boss: Implement Spotpass service (part 1) (#7232) Steveice10 2023-12-08 23:34:44 -0800
  • 42acdaa777 fs: Stub ControlArchive. Steveice10 2023-12-08 01:50:00 -0800
  • 73fff17446 apt: Stub ReplySleepQuery and ReplySleepNotificationComplete. Steveice10 2023-12-08 01:07:55 -0800
  • 3cdb2b6f62 android: Adjust logo size in-app t895 2023-12-07 23:35:03 -0500
  • 7f827736d6 android: Fix home option layout centering t895 2023-12-07 23:31:46 -0500
  • 961667c217 android: Remove Picasso dependency t895 2023-12-07 23:16:58 -0500
  • 4c41cf3d23 android: Convert remaining files to kotlin and add overlay home button t895 2023-12-07 19:19:41 -0500
  • 4d9eedd0d8
    video_core/vulkan: Add debug object names (#7233) Wunk 2023-12-07 20:58:47 -0800
  • 9099e9a716 vk_platform: Use VulkanHandleType concept Wunkolo 2023-12-07 14:45:16 -0800
  • cbaee97142 vk_blit_helper: Set debug handle names Wunkolo 2023-12-07 10:49:29 -0800
  • 778129e979 vk_resource_pool: Set debug handle names Wunkolo 2023-12-07 10:37:34 -0800
  • c74cd15ea6 vk_present_window: Set handle debug names Wunkolo 2023-12-07 10:24:08 -0800
  • 31337a8ac4 vk_swapchain: Set swapchain handle debug names Wunkolo 2023-12-07 10:17:56 -0800
  • d52ee6ed8c vk_stream_buffer: Add debug object names Wunkolo 2023-12-07 10:09:41 -0800
  • 38e80adc3f vk_texture_runtime: Use SetObjectName for surface handles Wunkolo 2023-12-07 09:58:39 -0800