Commit graph

  • 206f1304d6 Disable push descriptors on adreno drivers Billy Laws 2023-02-18 17:44:06 +00:00
  • 26bdecbf45 Disable VK_EXT_extended_dynamic_state on mali Billy Laws 2023-02-18 17:43:53 +00:00
  • a3c261d940 Disable multithreaded pipeline compilation on Qualcomm drivers Billy Laws 2023-02-18 17:23:12 +00:00
  • f1bb2f3685 android: Add motion sensor Narr the Reg 2023-02-13 14:08:06 -06:00
  • 92fb7cc4e4 android: Hook jni input properly Narr the Reg 2023-02-13 13:46:51 -06:00
  • 5b80dee181 android: cleanup touch update loop Narr the Reg 2023-02-13 13:26:00 -06:00
  • 3be891ea6f android: Clean joystick overlay Narr the Reg 2023-02-13 13:15:57 -06:00
  • 639a1f885c android: Clean dpad overlay Narr the Reg 2023-02-13 13:14:02 -06:00
  • 1ab269775d android: Clean button overlay Narr the Reg 2023-02-13 13:11:03 -06:00
  • 43e43021a3 android: Add all buttons to screen controller Narr the Reg 2023-02-13 12:56:16 -06:00
  • 58531ecf4f android: Apply clang format Narr the Reg 2023-02-13 12:35:56 -06:00
  • 0e52d11ede android: frontend: Implement game grid view. (#9) bunnei 2023-02-12 00:17:19 -08:00
  • 5ed8d46340 android: Replace notification icon with yuzu german77 2023-01-08 11:04:45 -06:00
  • 7a89c2fe3a android: strings: Refresh key dumping URL. bunnei 2023-02-04 03:26:16 -08:00
  • ddf10cdb18 android: frontend: Modify ROM load messaging for invalid keys. bunnei 2023-02-04 01:42:52 -08:00
  • 93cf8c3090 android: frontend: Integrate key installation for SAF. bunnei 2023-02-04 00:55:02 -08:00
  • 63a98e3e1c android: jni: Add function to reload keys. bunnei 2023-02-04 00:46:24 -08:00
  • 93bad47edb core: crypto: key_manager: Add methods to reload & validate keys. bunnei 2023-02-04 00:44:33 -08:00
  • f33776af67 android: EmulationActivity: Temporarily disable running notification. bunnei 2023-02-04 00:43:35 -08:00
  • ef605f7d8f android: Implement SAF support & migrate to SDK 31. (#4) bunnei 2023-02-03 16:13:16 -08:00
  • 39ab81a098 android: Harden emulation shutdown when loader fails. bunnei 2023-01-29 02:10:45 -08:00
  • e12e1efa40 android: SettingsFragmentPresenter: Fix default renderer backend. bunnei 2023-01-29 02:45:50 -08:00
  • d6a41b3290 android: jni: native: Add lock around HaltEmulation, tighten run loop. bunnei 2023-01-25 20:35:58 -08:00
  • d553fd4c3a android: jni: native: Refactor locking for is_running. bunnei 2023-01-25 19:00:11 -08:00
  • 104ff475d2 android: jni: native: Remove unnecessary atomic for is_running. bunnei 2023-01-25 18:42:18 -08:00
  • 9ba67eab4f android: jni: native: Tighten up emulation start/stop signaling. bunnei 2023-01-24 19:04:59 -08:00
  • 1e94d16dad android: jni: native: Consolidate emulation state into EmulationSession singleton. bunnei 2023-01-22 16:56:40 -08:00
  • 6cc21a56d9 android: Frontend: Fix rendering aspect ratio & add a setting for it. bunnei 2023-01-23 16:44:05 -08:00
  • 4f903d8d35 android: Integrate settings frontend with yuzu & remove unused code. bunnei 2023-01-08 17:31:30 -08:00
  • f7a3f1ddf4 externals: add adrenotools for bcenabler Liam 2023-01-01 18:34:38 -05:00
  • 7cdeaa90af device_memory: Use smaller virtual reservation size for compatibility with 39-bit paging Liam 2023-01-01 12:12:01 -05:00
  • 2972a3ccc7 video_core: vulkan_device: Device initialization for Adreno. bunnei 2023-01-08 00:05:56 -08:00
  • 91350524c2 video_core: vk_pipeline_cache: Disable support_descriptor_aliasing on Android. bunnei 2022-12-18 02:57:43 -08:00
  • 6ed62a9f10 video_core: vk_swapchain: Fix image format for Android. bunnei 2022-12-18 01:11:14 -08:00
  • 5e198d1421 android: Minimize frontend & convert to yuzu. bunnei 2022-12-30 18:09:03 -08:00
  • 18527a8c42 video_core: vk_blit_screen: Rotate viewport for Android landscape. bunnei 2022-12-17 23:55:05 -08:00
  • cdbab60bbb common: error: Fix for Android. bunnei 2022-12-17 23:37:37 -08:00
  • f8b87e6fab common: fs: Implement for Android. bunnei 2022-12-17 23:33:09 -08:00
  • 99296a1510 common: logging: Implement Android logcat backend. bunnei 2022-12-17 23:31:09 -08:00
  • afdee9abea common: host_memory: Implement for Android. bunnei 2022-12-17 23:29:15 -08:00
  • e6d5dbb58e android: Minimal JNI for yuzu. bunnei 2022-12-17 23:27:18 -08:00
  • bb2cbbfba3 android: Add Citra frontend. bunnei 2022-12-17 23:25:46 -08:00
  • 851b1008a8 cmake: Integrate bundled FFmpeg for Android. bunnei 2022-12-30 00:29:53 -08:00
  • 5de8ee7bba cmake: Integrate submoduled LLVM & fixes for Android. bunnei 2022-12-29 23:25:03 -08:00
  • e931bb8c44
    Merge pull request #10575 from bm01/issue-template bunnei 2023-06-02 23:58:04 -07:00
  • 1fc47361a1 texture_cache: Fix incorrect logic for AccelerateDMA ameerj 2023-06-02 18:07:34 -04:00
  • 3131b48be4 android: Fix crash on importing invalid save Charles Lombardo 2023-06-02 14:23:25 -04:00
  • 27d559c08a cmake: Fix GC support and compile yuzu-room Narr the Reg 2023-06-02 09:54:59 -06:00
  • 206fe987e1 issue_template: Add link to website, Getting Log Files Baptiste Marie 2023-06-02 16:49:25 +02:00
  • 3872855547 android: vk_presentation_manager: Fix unusued needs_recreation. bunnei 2023-06-01 21:43:22 -07:00
  • 6273e1f2bd
    Merge pull request #10564 from t895/warnings bunnei 2023-06-01 21:03:40 -07:00
  • ebbe4d20d4 android: Rename "Input Overlay" to "Overlay Options" Charles Lombardo 2023-06-01 23:57:44 -04:00
  • 47c3c2fc35 android: Adjust import/export saves dialog Charles Lombardo 2023-06-01 23:56:14 -04:00
  • c2d150b4ae android: Warning dialogs for key errors Charles Lombardo 2023-06-01 14:16:57 -04:00
  • 4e57f3e385 renderer_vulkan: emulate rasterization order attachment access Liam 2023-06-01 22:46:46 -04:00
  • 6b00f8ea72 android: vk_turbo_mode: Remove unnecessary device recreation. bunnei 2023-06-01 20:08:38 -07:00
  • cf5f8e889c android: EmulationFragment: Remove unnecessary surface destroy on pause. bunnei 2023-06-01 20:08:00 -07:00
  • f2af99c3f0 android: renderer_vulkan: Fix crash with surface recreation. bunnei 2023-06-01 20:07:18 -07:00
  • 60b62a96ea android: Fix presentation layout on foldable and tablet devices. bunnei 2023-06-01 17:57:49 -07:00
  • b1bc31b53e android: Enable overlay scale/opacity dialog Charles Lombardo 2023-06-01 17:30:27 -04:00
  • dfb7feb72f Add image to card_game.xml to preview in the Layout Editor PabloG02 2023-06-01 17:51:40 +02:00
  • ec2dbbc0bd Save the position of buttons as a percentage PabloG02 2023-06-01 17:49:20 +02:00
  • 1fab20b323 android: Don't crash the app when selecting a zip that causes a SecurityException Charles Lombardo 2023-06-01 15:43:46 -04:00
  • 89832701f6 input_common: Fix virtual amiibos bunnei 2023-05-31 22:51:27 -07:00
  • 7ed303e1c8 android: audio_core: Avoid shutdown hang. bunnei 2023-05-31 18:21:10 -07:00
  • dd3c6bd261 android: ForegroundService: Handle null intent. bunnei 2023-05-31 18:17:21 -07:00
  • 18b9852957 android: ImportExportSavesFragment: Cleanup strings. bunnei 2023-05-31 18:16:54 -07:00
  • ee5d6f6379 Update src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/ImportExportSavesFragment.kt bunnei 2023-05-31 15:59:49 -07:00
  • e325962aa0 Remove ?. PabloG02 2023-05-31 23:58:01 +02:00
  • ee218b461c Check if folder exists before letting the user import/export saves PabloG02 2023-05-31 23:37:18 +02:00
  • 7b535a57ea Add save import/export in UI PabloG02 2023-05-31 23:24:33 +02:00
  • e706877539 android: Use ext-android-bin for external binaries. bunnei 2023-05-31 15:06:21 -07:00
  • f168c265ce android: Fix FPS text getting cut off by rounded display corners Charles Lombardo 2023-05-31 02:59:11 -04:00
  • 1cea0b00c1 android: Prevent deleting the settings file while a game is running Charles Lombardo 2023-05-31 02:23:23 -04:00
  • f01fcfa95b android: Fix link text color for base theme dialog Charles Lombardo 2023-05-31 02:15:31 -04:00
  • 00d7cb82fa android: Various fixes for CI. bunnei 2023-05-30 20:50:09 -07:00
  • 7aedafd85d android: externals: Update libadrenotools, use useLegacyPackaging. bunnei 2023-05-29 16:05:39 -07:00
  • 24c987c937 android: Re-enable service notification Charles Lombardo 2023-05-29 03:16:04 -04:00
  • 7097965e44 android: Ensure keys are loaded before populating games list Charles Lombardo 2023-05-29 01:44:19 -04:00
  • 7f1e4428d4 android: Use dialog fragment for the reset settings dialog Charles Lombardo 2023-05-29 01:34:09 -04:00
  • 264552effe android: Upgrade AGP to 8.0.2 Charles Lombardo 2023-05-29 01:18:31 -04:00
  • f50c44b916 android: Show notification permission page during setup Charles Lombardo 2023-05-28 22:52:36 -04:00
  • 3ee8361f1f android: DIsable FPS counter by default Charles Lombardo 2023-05-28 22:08:21 -04:00
  • 1e5ef3a4ac android: Improve searches with one character Charles Lombardo 2023-05-28 21:06:37 -04:00
  • fdf6ca762d android: Stop building x86 packages in APKs Charles Lombardo 2023-05-28 20:24:48 -04:00
  • eb01d7be13 android: Add FPS toggle Charles Lombardo 2023-05-28 20:05:55 -04:00
  • d386f6aea0 CI: use the verify pipeline to do releases liushuyu 2023-05-27 22:36:56 -06:00
  • ef2d005b49 android: Clean up app build.gradle Charles Lombardo 2023-05-27 17:13:46 -04:00
  • 577a705985 video_core: vk_rasterizer: Decrease draw dispatch count for Android. bunnei 2023-05-26 22:19:36 -07:00
  • 7fa72778dc android: config: Expose VSync as a configurable setting. bunnei 2023-05-24 22:12:32 -07:00
  • 7c6ccd51c5 android: GPU: Enable async presentation, increase frames in flight. bunnei 2023-05-24 21:29:29 -07:00
  • 29494d0eb7 android: Enable onBackInvokedCallback Charles Lombardo 2023-05-22 20:14:48 -04:00
  • 1eab858fa4 android: Remove deprecated use of onBackPressed() Charles Lombardo 2023-05-22 20:03:18 -04:00
  • 7ee805cb85 android: Add option for touch overlay haptics Charles Lombardo 2023-05-22 19:36:15 -04:00
  • 2ebb26059e android: Improve missing game handling Charles Lombardo 2023-05-22 18:32:18 -04:00
  • 354518f689 android: Clean up dependencies Charles Lombardo 2023-05-22 18:00:34 -04:00
  • cea423720f android: Delete java code style file Charles Lombardo 2023-05-22 17:40:42 -04:00
  • 10c9643a74 android: Settings UI tweaks Charles Lombardo 2023-05-22 15:13:18 -04:00
  • 11814f1477 android: Simplify setup in search and games fragments Charles Lombardo 2023-05-22 16:20:51 -04:00
  • a5d2bef46f android: Use collapsing toolbar layout in settings Charles Lombardo 2023-05-22 13:52:04 -04:00