9086 Commits

Author SHA1 Message Date
bunnei
1fd43d7f6b android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2020-08-15 13:58:43 -04:00
bunnei
efcb732ea3 android: frontend: settings: Add a back button to the navigation bar. 2020-08-15 13:58:42 -04:00
bunnei
e8f5c14c37 android: frontend: gamelist: Add swipe to refresh gesture. 2020-08-15 13:58:42 -04:00
bunnei
689d5945d3 android: frontend: settings: Disable configuring D-pad as buttons. 2020-08-15 13:58:42 -04:00
bunnei
eb8e8e3509 android: frontend: settings: Rename "controller" section to "gamepad". 2020-08-15 13:58:42 -04:00
bunnei
fe6a552681 android: frontend: menu_settings: Remove save button. 2020-08-15 13:58:42 -04:00
bunnei
7533396ef4 android: frontend: fragment_settings: Remove margins. 2020-08-15 13:58:42 -04:00
bunnei
1b4489aa9c android: frontend: settings: Simply save toast. 2020-08-15 13:58:42 -04:00
bunnei
41e91eda21 android: frontend: EmulationActivity: Remove citra icon from game prompt. 2020-08-15 13:58:42 -04:00
bunnei
26ee541b38 gl_rasterizer_cache: Remove redundant GLES check. 2020-08-15 13:58:42 -04:00
bunnei
f8e855862c android: gl_rasterizer_cache: Skip costly shutdown procedure. 2020-08-15 13:58:42 -04:00
bunnei
677acad671 android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2020-08-15 13:58:42 -04:00
bunnei
4bfff37587 core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2020-08-15 13:58:42 -04:00
bunnei
492f925f45 android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2020-08-15 13:58:42 -04:00
bunnei
76fc15f596 android: jni: Add IDCache to cache Java methods. 2020-08-15 13:58:42 -04:00
bunnei
88ad684a61 android: Picasso: Use newer version and some minor cleanup. 2020-08-15 13:58:42 -04:00
bunnei
66ff139c11 android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2020-08-15 13:58:42 -04:00
bunnei
349ab16520 android: native: Reset old EmuWindow before constructing a new one.
- Enforces that touch is unregistered at the right time, ensuring it works for subsequent runs.
2020-08-15 13:58:42 -04:00
bunnei
79e1d05f0f android: native: Use actual array length for banner copy. 2020-08-15 13:58:42 -04:00
bunnei
7979ab9c85 android: frontend: Add config option for linear filtering. 2020-08-15 13:58:42 -04:00
bunnei
9b46634eb3 android: settings: Add/update missing config options from latest master. 2020-08-15 13:58:42 -04:00
bunnei
2caa4818a2 android: settings: Remove shaders_accurate_gs and toggle_3d.
- shaders_accurate_gs no longer exists.
- toggle_3d was renamed, but is not used on Android.
2020-08-15 13:58:42 -04:00
bunnei
655fb2da7b android: input: Add support for gamepads. 2020-08-15 13:58:42 -04:00
bunnei
4425c74548 android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2020-08-15 13:58:42 -04:00
bunnei
a8e63d2c7f android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2020-08-15 13:58:42 -04:00
Weiyi Wang
604fe5d30d Add reset button to slider setting 2020-08-15 13:58:42 -04:00
Weiyi Wang
d7e108ebd9 move speed limiter to general 2020-08-15 13:58:42 -04:00
bunnei
1086eb839d android: frontend: SettingsFile: Add button strings. 2020-08-15 13:58:42 -04:00
bunnei
264d8e239c android: frontend: strings: Cleanup for controller input. 2020-08-15 13:58:42 -04:00
bunnei
8ba86c6d32 android: app: Add method to get global context. 2020-08-15 13:58:42 -04:00
bunnei
e848642967 android: jni: Remove unnecessary code. 2020-08-15 13:58:42 -04:00
Weiyi Wang
3e2b9bfe09 remove redundant code 2020-08-15 13:58:42 -04:00
Weiyi Wang
c6e0cc2646 Also fix default value for speed limiter & audio stretcher 2020-08-15 13:58:42 -04:00
Weiyi Wang
b461d7a65a Accurate GS is default to true in config 2020-08-15 13:58:42 -04:00
Weiyi Wang
825e3d158f fix system clock default value 2020-08-15 13:58:42 -04:00
Weiyi Wang
9e376f0478 fix time picker not saving/loading time 2020-08-15 13:58:42 -04:00
Weiyi Wang
2826f5636c Fix TimePicker style 2020-08-15 13:58:42 -04:00
Weiyi Wang
07946930e0 move "select game folder" string to resource 2020-08-15 13:58:42 -04:00
Weiyi Wang
6b3ff39d77 Add title to file picker 2020-08-15 13:58:41 -04:00
bunnei
14bf4ada91 android: config: Enable accurate multiplication by default. 2020-08-15 13:58:41 -04:00
bunnei
6254f0194a android: frontend: Update circle pad icon resources. 2020-08-15 13:58:41 -04:00
bunnei
0b680474b5 android: frontend: Swap select and start buttons to match 3DS. 2020-08-15 13:58:41 -04:00
bunnei
099a852adb android: frontend: settings: String cleanup & minor improvements. 2020-08-15 13:58:41 -04:00
bunnei
ccc1408059 android: native: Ensure game config is re-loaded before starting. 2020-08-15 13:58:41 -04:00
bunnei
55e9747269 android: frontend: Remove Home button for now, as it does not do anything. 2020-08-15 13:58:41 -04:00
bunnei
e7449d03de android: frontend: Add a confirmation dialog on game exit. 2020-08-15 13:58:41 -04:00
bunnei
48b4b606b8 android: frontend: Update controls overlay placement for new icon resources. 2020-08-15 13:58:41 -04:00
bunnei
67e646ec12 android: frontend: Update to new icon resources. 2020-08-15 13:58:41 -04:00
bunnei
27b6e3b872 android: frontend: settings: Add performance warnings for relevant settings. 2020-08-15 13:58:41 -04:00
bunnei
f575ae93c0 android: frontend: Remove "Toggle All" option from toggle controls.
- This was broken, and is not terribly useful as-is.
2020-08-15 13:58:41 -04:00