9268 Commits

Author SHA1 Message Date
bunnei
d11ef63f07 android: frontend: gamelist: Fix weird scroll behavior with action bar. 2021-01-10 15:32:39 -05:00
bunnei
d80cb61b91 android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2021-01-10 15:32:39 -05:00
bunnei
4446f11a0d android: frontend: settings: Add a back button to the navigation bar. 2021-01-10 15:32:38 -05:00
bunnei
7206007bc3 android: frontend: gamelist: Add swipe to refresh gesture. 2021-01-10 15:32:38 -05:00
bunnei
c596ee14e2 android: frontend: settings: Disable configuring D-pad as buttons. 2021-01-10 15:32:38 -05:00
bunnei
cd1923cc1c android: frontend: settings: Rename "controller" section to "gamepad". 2021-01-10 15:32:38 -05:00
bunnei
e3cff7ae4d android: frontend: menu_settings: Remove save button. 2021-01-10 15:32:38 -05:00
bunnei
d38594021f android: frontend: fragment_settings: Remove margins. 2021-01-10 15:32:38 -05:00
bunnei
b0a3594009 android: frontend: settings: Simply save toast. 2021-01-10 15:32:38 -05:00
bunnei
7a767564eb android: frontend: EmulationActivity: Remove citra icon from game prompt. 2021-01-10 15:32:38 -05:00
bunnei
883fdf6c8c gl_rasterizer_cache: Remove redundant GLES check. 2021-01-10 15:32:38 -05:00
bunnei
bfd8f63b44 android: gl_rasterizer_cache: Skip costly shutdown procedure. 2021-01-10 15:32:38 -05:00
bunnei
650f844eed android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2021-01-10 15:32:38 -05:00
bunnei
af250620d8 core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2021-01-10 15:32:38 -05:00
bunnei
716c68f440 android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2021-01-10 15:32:38 -05:00
bunnei
dc89a221b8 android: jni: Add IDCache to cache Java methods. 2021-01-10 15:32:38 -05:00
bunnei
c3f17db5ac android: Picasso: Use newer version and some minor cleanup. 2021-01-10 15:32:38 -05:00
bunnei
becce3fe30 android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2021-01-10 15:32:38 -05:00
bunnei
21ac55157d 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.
2021-01-10 15:32:38 -05:00
bunnei
49c928341b android: native: Use actual array length for banner copy. 2021-01-10 15:32:38 -05:00
bunnei
9698931a27 android: frontend: Add config option for linear filtering. 2021-01-10 15:32:38 -05:00
bunnei
1017e3d3f5 android: settings: Add/update missing config options from latest master. 2021-01-10 15:32:38 -05:00
bunnei
7a4c84f577 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.
2021-01-10 15:32:38 -05:00
bunnei
4d84ba5743 android: input: Add support for gamepads. 2021-01-10 15:32:38 -05:00
bunnei
b5fab606fb android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2021-01-10 15:32:38 -05:00
bunnei
96cedae29c android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2021-01-10 15:32:38 -05:00
Weiyi Wang
4dca32d062 Add reset button to slider setting 2021-01-10 15:32:38 -05:00
Weiyi Wang
c06e83e934 move speed limiter to general 2021-01-10 15:32:38 -05:00
bunnei
f137177c12 android: frontend: SettingsFile: Add button strings. 2021-01-10 15:32:38 -05:00
bunnei
dac8c27859 android: frontend: strings: Cleanup for controller input. 2021-01-10 15:32:38 -05:00
bunnei
935adc1ecc android: app: Add method to get global context. 2021-01-10 15:32:38 -05:00
bunnei
941faf1956 android: jni: Remove unnecessary code. 2021-01-10 15:32:38 -05:00
Weiyi Wang
71d228ccd3 remove redundant code 2021-01-10 15:32:38 -05:00
Weiyi Wang
6a4f331e97 Also fix default value for speed limiter & audio stretcher 2021-01-10 15:32:38 -05:00
Weiyi Wang
964d55a008 Accurate GS is default to true in config 2021-01-10 15:32:38 -05:00
Weiyi Wang
cb655c0494 fix system clock default value 2021-01-10 15:32:38 -05:00
Weiyi Wang
56e408e0f6 fix time picker not saving/loading time 2021-01-10 15:32:38 -05:00
Weiyi Wang
48683e5a25 Fix TimePicker style 2021-01-10 15:32:38 -05:00
Weiyi Wang
9e5ff46d13 move "select game folder" string to resource 2021-01-10 15:32:38 -05:00
Weiyi Wang
ff7c9c6841 Add title to file picker 2021-01-10 15:32:38 -05:00
bunnei
52615c5652 android: config: Enable accurate multiplication by default. 2021-01-10 15:32:38 -05:00
bunnei
08716919a7 android: frontend: Update circle pad icon resources. 2021-01-10 15:32:38 -05:00
bunnei
c8d52a417a android: frontend: Swap select and start buttons to match 3DS. 2021-01-10 15:32:38 -05:00
bunnei
a0fb0c307f android: frontend: settings: String cleanup & minor improvements. 2021-01-10 15:32:38 -05:00
bunnei
7294542a67 android: native: Ensure game config is re-loaded before starting. 2021-01-10 15:32:38 -05:00
bunnei
c463085fb9 android: frontend: Remove Home button for now, as it does not do anything. 2021-01-10 15:32:38 -05:00
bunnei
03f7d4480e android: frontend: Add a confirmation dialog on game exit. 2021-01-10 15:32:38 -05:00
bunnei
81df5462dc android: frontend: Update controls overlay placement for new icon resources. 2021-01-10 15:32:38 -05:00
bunnei
c72848ca45 android: frontend: Update to new icon resources. 2021-01-10 15:32:38 -05:00
bunnei
457afba94e android: frontend: settings: Add performance warnings for relevant settings. 2021-01-10 15:32:38 -05:00