9018 Commits

Author SHA1 Message Date
bunnei
fc49a1bad6 android: frontend: Remove "Toggle All" option from toggle controls.
- This was broken, and is not terribly useful as-is.
2021-04-23 22:38:23 -07:00
bunnei
6ad8a5ca32 android: frontend: Decrease spacing between game cards. 2021-04-23 22:38:23 -07:00
bunnei
114cd5d1b6 android: jni: Fix management of core emulation state and various cleanups.
- Fixes a shutdown crash.
2021-04-23 22:38:23 -07:00
bunnei
7ea3800d94 android: frontend: Fix bug where games could be double-clicked. 2021-04-23 22:38:23 -07:00
bunnei
946922c522 android: jni: Sanitize analog stick inputs.
- Fixes bug where joystick sometimes is unresponsive.
2021-04-23 22:38:23 -07:00
bunnei
fb220b9198 android: frontend: Fix default state for toggle controls, enable D-pad by default. 2021-04-23 22:38:23 -07:00
bunnei
367d5457af android: frontend: Add persistent changeable layout option for landscape mode. 2021-04-23 22:38:23 -07:00
bunnei
8053bd3a01 android: frontend: Track screen layout separately for orientation. 2021-04-23 22:38:23 -07:00
bunnei
e0d05c32ab android: frontend: Add MobileLandscape layout profile for mobile devices. 2021-04-23 22:38:23 -07:00
James Rowe
85f7ad6240 Adds in missing changes to gradle file and updates dynarmic 2021-04-23 22:38:23 -07:00
bunnei
37d7152a7e android: jni: button_manager: Fix circle pad on subsequent game launch.
- We were missing an UnregisterFactory call for AnalogDevice.
2021-04-23 22:38:23 -07:00
bunnei
2dafa2fd4d android: frontend: MainPresenter: Refresh game directory on app boot. 2021-04-23 22:38:23 -07:00
bunnei
949fc9f5fc android: jni: game_info: Fix crash on banner load for missing title. 2021-04-23 22:38:23 -07:00
bunnei
f5c450cc39 android: jni: config: Fix bug preventing creation of config.ini. 2021-04-23 22:38:23 -07:00
bunnei
1f1db90303 android: frontend: StartupHandler: Add an intro sequence to pick game dir. 2021-04-23 22:38:23 -07:00
bunnei
e1c0dc276c android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
- Because android phones aren't very fast.
2021-04-23 22:38:23 -07:00
bunnei
34a7b96de9 android: frontend: Settings: Section categories must match INI settings. 2021-04-23 22:38:22 -07:00
bunnei
01f23fdef9 android: frontend: Settings: Various updates and preserve single choice text in UI. 2021-04-23 22:38:22 -07:00
bunnei
c38345faf2 android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings. 2021-04-23 22:38:22 -07:00
bunnei
6422a7ae49 android: frontend: Enlarge icon for launcher. 2021-04-23 22:38:22 -07:00
bunnei
2bd02dda98 android: frontend: SettingsFragmentPresenter: Organize settings into logical categories. 2021-04-23 22:38:22 -07:00
bunnei
bb2a9e63b0 android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting. 2021-04-23 22:38:22 -07:00
bunnei
50aafb78c2 android: frontend: InputOverlay: Fix setting save for portrait mode. 2021-04-23 22:38:22 -07:00
bunnei
850b18f048 android: frontend: Fix settings slider cancel button. 2021-04-23 22:38:22 -07:00
bunnei
0b3e71a32c android: frontend: auto-reformat all code for consistent style. 2021-04-23 22:38:22 -07:00
James Rowe
95cd4417b0 Perf: Remove more breakpoint checking in the interpreter. Move filtering earlier in the logging chain 2021-04-23 22:38:22 -07:00
bunnei
14f55ac742 (jroweboy) Remove existing code in src/android
Move src/citra_android to src/android/app/src/main/jni
Disable gdbstub breakpoints on android (could be done better)
Disable LOD_BIAS for GLES (not support on gles)
2021-04-23 22:38:22 -07:00
bunnei
03929d8cff android: frontend: Implement MobilePortrait layout, which makes more sense for mobile. 2021-04-23 22:38:22 -07:00
bunnei
7d49c5ca05 android: native: Remove several unused hooks. 2021-04-23 22:38:22 -07:00
bunnei
af2e78520f android: native: Add hooks for SwitchScreenLayout and SwapScreens. 2021-04-23 22:38:21 -07:00
bunnei
84e0372b36 android: config: Update to reflect latest settings. 2021-04-23 22:38:21 -07:00
bunnei
ff04924c5d android: frontend: Add base project. 2021-04-23 22:38:21 -07:00
bunnei
78b8dfc808
Merge pull request #5759 from nieldm/fix-3818-allow-custom-save
Allow custom folder for SDMC and NAND Directories
2021-04-23 22:35:10 -07:00
bunnei
71b8ddb8a9
Merge pull request #5756 from vitor-k/gl_extensions
Check for OpenGL extensions
2021-04-23 22:33:21 -07:00
bunnei
33e5d16c89
Merge pull request #5748 from vitor-k/update-dynarmic
Update dynarmic
2021-04-23 22:32:48 -07:00
bunnei
b9d7181a63
Merge pull request #5745 from vitor-k/catch
externals: Update catch to v2.13.4
2021-04-23 22:32:16 -07:00
Daniel Mendez
8981ca983f
Update src/citra_qt/configuration/configure_storage.cpp
Co-authored-by: Ben <bene_thomas@web.de>
2021-04-18 12:57:20 +02:00
Daniel Mendez
b72e60a47f
Update src/citra_qt/configuration/configure_storage.h
Co-authored-by: Ben <bene_thomas@web.de>
2021-04-18 12:57:14 +02:00
Daniel Méndez
95529a8b1d citra-qt: Added configure storage to handle NAND and SDMC dir location 2021-04-18 00:13:21 +02:00
Daniel Mendez
d21b8fb1b1 config: better variable naming
Co-authored-by: Johel Ernesto Guerrero Peña <johelegp@gmail.com>
2021-04-17 23:49:18 +02:00
Daniel Méndez
7f20d8bb88 config: Added nand_directory and sdmc_directory to Settings
Added settings to the ini
2021-04-17 23:49:02 +02:00
Daniel Méndez
3be52f818a file_util: Add a function to update the user path
Added a default value when sdmc and nand are empty
2021-04-17 23:48:30 +02:00
Daniel Méndez
49c0766b73 settings: Save and load NAND/SD dirs from config 2021-04-08 00:20:52 +02:00
Vitor Kiguchi
b660adea0f update catch 2021-04-06 19:56:28 -03:00
Vitor Kiguchi
a2f9fef97e Update dynarmic
fixes dynarmic compilation when targeting MacOS on ARM
2021-04-06 19:54:39 -03:00
Vitor Kiguchi
3fb1988b5b gl_rasterizer: check for GL_ARB_copy_image 2021-04-06 00:20:00 -03:00
Vitor Kiguchi
981ffb5090 shader_disk_cache: warn the user when ARB_get_program_binary is not supported. 2021-04-06 00:19:59 -03:00
Marshall Mohror
b3cab3c450
Merge pull request #5747 from JohelEGP/conditional_resize
fix(net): prevent gibberish padding on linux
2021-04-03 00:05:38 -05:00
Johel Ernesto Guerrero Peña
f8eb4b7edc fix(net): prevent gibberish padding on linux 2021-03-30 08:55:58 -04:00
Pengfei Zhu
8e3c7674d8
Merge pull request #5644 from liushuyu/master
bootmanager: fix memory leaks when loading save states
2021-03-06 16:23:24 +08:00