8996 Commits

Author SHA1 Message Date
bunnei
84fe811908 android: frontend: menu: Improve in game options, make check boxes. 2020-05-13 14:35:27 -04:00
bunnei
ec27930664 android: frontend: Implement persistent notification while emulator is running. 2020-05-13 14:35:26 -04:00
bunnei
5d485d0e76 android: Rename main entry class to CitraApplication. 2020-05-13 14:35:26 -04:00
bunnei
2e8892eab4 android: frontend: Implement basic software keyboard applet. 2020-05-13 14:35:26 -04:00
bunnei
3ebfc5e97c android: frontend: Use android builtin ok/yes/no/cancel strings where possible. 2020-05-13 14:35:26 -04:00
bunnei
661e212326 android: frontend: Add "Cancel" and "Default" buttons to reset overlay. 2020-05-13 14:35:26 -04:00
bunnei
fdd36aae0a android: frontend: Fix bug with reset overlay scale. 2020-05-13 14:35:26 -04:00
bunnei
43645e3261 android: frontend: Cleanup perf stats. 2020-05-13 14:35:25 -04:00
bunnei
55254459f0 android: frontend: card_game: Tighten padding a little bit. 2020-05-13 14:35:25 -04:00
bunnei
b7c04951a0 android: frontend: gamelist: Save PlatformGamesFragment state.
- Fixes weird duplication of game list on rotation.
2020-05-13 14:35:25 -04:00
bunnei
4f3cfea47d android: frontend: gamelist: Fix weird scroll behavior with action bar. 2020-05-13 14:35:25 -04:00
bunnei
7d57dcd478 android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2020-05-13 14:35:25 -04:00
bunnei
95c0c2ced9 android: frontend: settings: Add a back button to the navigation bar. 2020-05-13 14:35:25 -04:00
bunnei
954da9de48 android: frontend: gamelist: Add swipe to refresh gesture. 2020-05-13 14:35:24 -04:00
bunnei
e1520002eb android: frontend: settings: Disable configuring D-pad as buttons. 2020-05-13 14:35:24 -04:00
bunnei
93534977bd android: frontend: settings: Rename "controller" section to "gamepad". 2020-05-13 14:35:24 -04:00
bunnei
46a0f07924 android: frontend: menu_settings: Remove save button. 2020-05-13 14:35:24 -04:00
bunnei
5cf2a25e8a android: frontend: fragment_settings: Remove margins. 2020-05-13 14:35:24 -04:00
bunnei
af91be1d09 android: frontend: settings: Simply save toast. 2020-05-13 14:35:24 -04:00
bunnei
b452b459da android: frontend: EmulationActivity: Remove citra icon from game prompt. 2020-05-13 14:35:23 -04:00
bunnei
0392cdf27e gl_rasterizer_cache: Remove redundant GLES check. 2020-05-13 14:35:23 -04:00
bunnei
fad82b5647 android: gl_rasterizer_cache: Skip costly shutdown procedure. 2020-05-13 14:35:23 -04:00
bunnei
48d3879ec5 android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2020-05-13 14:35:23 -04:00
bunnei
17558258a7 core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2020-05-13 14:35:23 -04:00
bunnei
9d6199a5fa android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2020-05-13 14:35:23 -04:00
bunnei
804144d37b gl_shader_decompiler: Improve performance of accurate_mul on Android. 2020-05-13 14:35:23 -04:00
bunnei
9b57f13ce4 android: jni: Add IDCache to cache Java methods. 2020-05-13 13:54:05 -04:00
bunnei
9217c10db0 android: Picasso: Use newer version and some minor cleanup. 2020-05-13 13:54:05 -04:00
bunnei
14655ca14e android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2020-05-13 13:54:05 -04:00
bunnei
b5fa257730 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-13 13:54:05 -04:00
bunnei
1ed46b3273 android: native: Use actual array length for banner copy. 2020-05-13 13:54:05 -04:00
bunnei
b96cb02f5d android: frontend: Add config option for linear filtering. 2020-05-13 13:54:05 -04:00
bunnei
aa9d6be231 android: settings: Add/update missing config options from latest master. 2020-05-13 13:54:04 -04:00
bunnei
8cf660e502 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-13 13:54:04 -04:00
bunnei
773cc96886 android: input: Add support for gamepads. 2020-05-13 13:54:04 -04:00
bunnei
9f2cf0e570 android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2020-05-13 13:54:04 -04:00
bunnei
1543b879bd android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2020-05-13 13:54:04 -04:00
Weiyi Wang
834244729a Add reset button to slider setting 2020-05-13 13:54:04 -04:00
Weiyi Wang
c97cbf5403 move speed limiter to general 2020-05-13 13:54:04 -04:00
bunnei
599fa73470 android: frontend: SettingsFile: Add button strings. 2020-05-13 13:54:04 -04:00
bunnei
cc8d179bd4 android: frontend: strings: Cleanup for controller input. 2020-05-13 13:54:04 -04:00
bunnei
6412625684 android: app: Add method to get global context. 2020-05-13 13:54:03 -04:00
bunnei
5009dd60c9 android: jni: Remove unnecessary code. 2020-05-13 13:54:03 -04:00
Weiyi Wang
31b5772363 remove redundant code 2020-05-13 13:54:03 -04:00
Weiyi Wang
28e52227f9 Also fix default value for speed limiter & audio stretcher 2020-05-13 13:54:03 -04:00
Weiyi Wang
0f4bbd3afe Accurate GS is default to true in config 2020-05-13 13:54:03 -04:00
Weiyi Wang
513bbf278a fix system clock default value 2020-05-13 13:54:03 -04:00
Weiyi Wang
fc89b0f8c0 fix time picker not saving/loading time 2020-05-13 13:54:03 -04:00
Weiyi Wang
92676e7724 Fix TimePicker style 2020-05-13 13:54:03 -04:00
Weiyi Wang
c92f80ee69 move "select game folder" string to resource 2020-05-13 13:54:03 -04:00