8922 Commits

Author SHA1 Message Date
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
bunnei
f48d28bb92 android: native: Ensure game config is re-loaded before starting. 2020-09-12 00:09:10 -07:00
bunnei
7024fa2296 android: frontend: Remove Home button for now, as it does not do anything. 2020-09-12 00:09:10 -07:00
bunnei
cf72f266a9 android: frontend: Add a confirmation dialog on game exit. 2020-09-12 00:09:10 -07:00
bunnei
34553e385b android: frontend: Update controls overlay placement for new icon resources. 2020-09-12 00:09:10 -07:00
bunnei
cba96af5a3 android: frontend: Update to new icon resources. 2020-09-12 00:09:10 -07:00
bunnei
d4003193bc android: frontend: settings: Add performance warnings for relevant settings. 2020-09-12 00:09:10 -07:00
bunnei
71eb3898b6 android: frontend: Remove "Toggle All" option from toggle controls.
- This was broken, and is not terribly useful as-is.
2020-09-12 00:09:10 -07:00
bunnei
c54b1fa0e1 android: frontend: Decrease spacing between game cards. 2020-09-12 00:09:10 -07:00
bunnei
91990cf09d android: jni: Fix management of core emulation state and various cleanups.
- Fixes a shutdown crash.
2020-09-12 00:09:10 -07:00
bunnei
7b77c35edf android: frontend: Fix bug where games could be double-clicked. 2020-09-12 00:09:10 -07:00
bunnei
d3d9aa637d android: jni: Sanitize analog stick inputs.
- Fixes bug where joystick sometimes is unresponsive.
2020-09-12 00:09:10 -07:00
bunnei
f91e8e1cf0 android: frontend: Fix default state for toggle controls, enable D-pad by default. 2020-09-12 00:09:10 -07:00
bunnei
7db684f1cd android: frontend: Add persistent changeable layout option for landscape mode. 2020-09-12 00:09:10 -07:00