8935 Commits

Author SHA1 Message Date
bunnei
d4a950d29b android: frontend: Use android builtin ok/yes/no/cancel strings where possible. 2020-09-12 00:09:12 -07:00
bunnei
cf0ac0c998 android: frontend: Add "Cancel" and "Default" buttons to reset overlay. 2020-09-12 00:09:12 -07:00
bunnei
230ca50639 android: frontend: Fix bug with reset overlay scale. 2020-09-12 00:09:12 -07:00
bunnei
27f9f5b56d android: frontend: Cleanup perf stats. 2020-09-12 00:09:12 -07:00
bunnei
2a1f66ed45 android: frontend: card_game: Tighten padding a little bit. 2020-09-12 00:09:12 -07:00
bunnei
bb8b58a638 android: frontend: gamelist: Save PlatformGamesFragment state.
- Fixes weird duplication of game list on rotation.
2020-09-12 00:09:12 -07:00
bunnei
f58018eb90 android: frontend: gamelist: Fix weird scroll behavior with action bar. 2020-09-12 00:09:12 -07:00
bunnei
6afd32aecc android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2020-09-12 00:09:12 -07:00
bunnei
54b0d3ac7e android: frontend: settings: Add a back button to the navigation bar. 2020-09-12 00:09:12 -07:00
bunnei
9ed543a2ca android: frontend: gamelist: Add swipe to refresh gesture. 2020-09-12 00:09:12 -07:00
bunnei
dc47b8a034 android: frontend: settings: Disable configuring D-pad as buttons. 2020-09-12 00:09:12 -07:00
bunnei
cbe0b74694 android: frontend: settings: Rename "controller" section to "gamepad". 2020-09-12 00:09:12 -07:00
bunnei
0ad9e0ebbe android: frontend: menu_settings: Remove save button. 2020-09-12 00:09:12 -07:00
bunnei
4da1d3541a android: frontend: fragment_settings: Remove margins. 2020-09-12 00:09:12 -07:00
bunnei
8fccc896f3 android: frontend: settings: Simply save toast. 2020-09-12 00:09:12 -07:00
bunnei
644048c3e5 android: frontend: EmulationActivity: Remove citra icon from game prompt. 2020-09-12 00:09:12 -07:00
bunnei
0d4fb44ba4 gl_rasterizer_cache: Remove redundant GLES check. 2020-09-12 00:09:12 -07:00
bunnei
695ee7c45f android: gl_rasterizer_cache: Skip costly shutdown procedure. 2020-09-12 00:09:12 -07:00
bunnei
04aa0243df android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2020-09-12 00:09:12 -07:00
bunnei
3df9329965 core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2020-09-12 00:09:12 -07:00
bunnei
3d151821de android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2020-09-12 00:09:12 -07:00
bunnei
3a0f6eeb69 android: jni: Add IDCache to cache Java methods. 2020-09-12 00:09:12 -07:00
bunnei
4a8935b267 android: Picasso: Use newer version and some minor cleanup. 2020-09-12 00:09:11 -07:00
bunnei
1713b707e8 android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2020-09-12 00:09:11 -07:00
bunnei
6b07055672 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-09-12 00:09:11 -07:00
bunnei
6d17c46a2a android: native: Use actual array length for banner copy. 2020-09-12 00:09:11 -07:00
bunnei
6cf5976cc5 android: frontend: Add config option for linear filtering. 2020-09-12 00:09:11 -07:00
bunnei
524480433a android: settings: Add/update missing config options from latest master. 2020-09-12 00:09:11 -07:00
bunnei
47af9510a8 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-09-12 00:09:11 -07:00
bunnei
ba317b3761 android: input: Add support for gamepads. 2020-09-12 00:09:11 -07:00
bunnei
2b4a4088da android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2020-09-12 00:09:11 -07:00
bunnei
99b0af93e4 android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2020-09-12 00:09:11 -07:00
Weiyi Wang
b0aea27156 Add reset button to slider setting 2020-09-12 00:09:11 -07:00
Weiyi Wang
ffe85bb5bc move speed limiter to general 2020-09-12 00:09:11 -07:00
bunnei
fb5aaae771 android: frontend: SettingsFile: Add button strings. 2020-09-12 00:09:11 -07:00
bunnei
9f238df8c1 android: frontend: strings: Cleanup for controller input. 2020-09-12 00:09:11 -07:00
bunnei
6505b6dafd android: app: Add method to get global context. 2020-09-12 00:09:11 -07:00
bunnei
2cf5eddf4e android: jni: Remove unnecessary code. 2020-09-12 00:09:11 -07:00
Weiyi Wang
9f992cfe95 remove redundant code 2020-09-12 00:09:11 -07:00
Weiyi Wang
00a8bffb89 Also fix default value for speed limiter & audio stretcher 2020-09-12 00:09:11 -07:00
Weiyi Wang
db39e15982 Accurate GS is default to true in config 2020-09-12 00:09:11 -07:00
Weiyi Wang
8611ed2aa8 fix system clock default value 2020-09-12 00:09:11 -07:00
Weiyi Wang
3675587528 fix time picker not saving/loading time 2020-09-12 00:09:11 -07:00
Weiyi Wang
4d8d28bcb9 Fix TimePicker style 2020-09-12 00:09:11 -07:00
Weiyi Wang
a75935fafc move "select game folder" string to resource 2020-09-12 00:09:11 -07:00
Weiyi Wang
be4868de28 Add title to file picker 2020-09-12 00:09:11 -07:00
bunnei
791dfe6451 android: config: Enable accurate multiplication by default. 2020-09-12 00:09:11 -07:00
bunnei
9fabee9c66 android: frontend: Update circle pad icon resources. 2020-09-12 00:09:11 -07:00
bunnei
f656bff46f android: frontend: Swap select and start buttons to match 3DS. 2020-09-12 00:09:10 -07:00
bunnei
99f3db3d69 android: frontend: settings: String cleanup & minor improvements. 2020-09-12 00:09:10 -07:00