8830 Commits

Author SHA1 Message Date
bunnei
bb14b8db3a android: frontend: fragment_settings: Remove margins. 2020-05-20 17:35:12 -04:00
bunnei
ba2e3423b4 android: frontend: settings: Simply save toast. 2020-05-20 17:35:11 -04:00
bunnei
25f7e88d14 android: frontend: EmulationActivity: Remove citra icon from game prompt. 2020-05-20 17:35:11 -04:00
bunnei
69eb3ea826 gl_rasterizer_cache: Remove redundant GLES check. 2020-05-20 17:35:11 -04:00
bunnei
d7dcf30f44 android: gl_rasterizer_cache: Skip costly shutdown procedure. 2020-05-20 17:35:11 -04:00
bunnei
a0b83256da android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2020-05-20 17:35:11 -04:00
bunnei
a473b8ce51 core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2020-05-20 17:35:11 -04:00
bunnei
5f6e391a77 android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2020-05-20 17:35:11 -04:00
bunnei
4304704627 gl_shader_decompiler: Improve performance of accurate_mul on Android. 2020-05-20 17:35:11 -04:00
bunnei
f5c9d06621 android: jni: Add IDCache to cache Java methods. 2020-05-20 17:35:11 -04:00
bunnei
9aa50b91b7 android: Picasso: Use newer version and some minor cleanup. 2020-05-20 17:35:11 -04:00
bunnei
9f802ffa26 android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2020-05-20 17:35:10 -04:00
bunnei
4def69efe2 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-05-20 17:35:10 -04:00
bunnei
ed094d5cbe android: native: Use actual array length for banner copy. 2020-05-20 17:35:10 -04:00
bunnei
95179be381 android: frontend: Add config option for linear filtering. 2020-05-20 17:35:10 -04:00
bunnei
91c0bfceac android: settings: Add/update missing config options from latest master. 2020-05-20 17:35:10 -04:00
bunnei
6e60a0b053 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-05-20 17:35:10 -04:00
bunnei
d1576e68dc android: input: Add support for gamepads. 2020-05-20 17:35:10 -04:00
bunnei
fb1428b85a android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2020-05-20 17:35:10 -04:00
bunnei
1707027259 android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2020-05-20 17:35:10 -04:00
Weiyi Wang
10e2c693b9 Add reset button to slider setting 2020-05-20 17:35:10 -04:00
Weiyi Wang
66b1edc33c move speed limiter to general 2020-05-20 17:35:09 -04:00
bunnei
1c18677f08 android: frontend: SettingsFile: Add button strings. 2020-05-20 17:35:09 -04:00
bunnei
d9fa0e4563 android: frontend: strings: Cleanup for controller input. 2020-05-20 17:35:09 -04:00
bunnei
dd0a222351 android: app: Add method to get global context. 2020-05-20 17:35:09 -04:00
bunnei
ce459d0dd3 android: jni: Remove unnecessary code. 2020-05-20 17:35:09 -04:00
Weiyi Wang
1e864c170a remove redundant code 2020-05-20 17:35:09 -04:00
Weiyi Wang
d1c295f372 Also fix default value for speed limiter & audio stretcher 2020-05-20 17:35:09 -04:00
Weiyi Wang
080bcf5192 Accurate GS is default to true in config 2020-05-20 17:35:09 -04:00
Weiyi Wang
b0de07c75c fix system clock default value 2020-05-20 17:35:09 -04:00
Weiyi Wang
19dd006636 fix time picker not saving/loading time 2020-05-20 17:35:09 -04:00
Weiyi Wang
d0f63a2247 Fix TimePicker style 2020-05-20 17:35:08 -04:00
Weiyi Wang
e6198cf13d move "select game folder" string to resource 2020-05-20 17:35:08 -04:00
Weiyi Wang
2df789a92d Add title to file picker 2020-05-20 17:35:08 -04:00
bunnei
530440b357 android: config: Enable accurate multiplication by default. 2020-05-20 17:35:08 -04:00
bunnei
b01dfbed3a android: frontend: Update circle pad icon resources. 2020-05-20 17:35:08 -04:00
bunnei
e043b559f2 android: frontend: Swap select and start buttons to match 3DS. 2020-05-20 17:35:08 -04:00
bunnei
85f676788d android: frontend: settings: String cleanup & minor improvements. 2020-05-20 17:35:08 -04:00
bunnei
62fd471bfe android: native: Ensure game config is re-loaded before starting. 2020-05-20 17:35:08 -04:00
bunnei
37f140a50a android: frontend: Remove Home button for now, as it does not do anything. 2020-05-20 17:35:07 -04:00
bunnei
50cf743ba8 android: frontend: Add a confirmation dialog on game exit. 2020-05-20 17:35:07 -04:00
bunnei
f299c55817 android: frontend: Update controls overlay placement for new icon resources. 2020-05-20 17:35:07 -04:00
bunnei
68b7df84a8 android: frontend: Update to new icon resources. 2020-05-20 17:35:07 -04:00
bunnei
685b987c43 android: frontend: settings: Add performance warnings for relevant settings. 2020-05-20 17:35:07 -04:00
bunnei
a758bdd3ce android: frontend: Remove "Toggle All" option from toggle controls.
- This was broken, and is not terribly useful as-is.
2020-05-20 17:35:07 -04:00
bunnei
01516f61ba android: frontend: Decrease spacing between game cards. 2020-05-20 17:35:06 -04:00
bunnei
87dd8888a3 android: jni: Fix management of core emulation state and various cleanups.
- Fixes a shutdown crash.
2020-05-20 17:35:06 -04:00
bunnei
70c0f60d38 android: frontend: Fix bug where games could be double-clicked. 2020-05-20 17:35:06 -04:00
bunnei
d6e210640b android: jni: Sanitize analog stick inputs.
- Fixes bug where joystick sometimes is unresponsive.
2020-05-20 17:35:06 -04:00
bunnei
a992286886 android: frontend: Fix default state for toggle controls, enable D-pad by default. 2020-05-20 17:35:06 -04:00