9278 Commits

Author SHA1 Message Date
bunnei
ded451bc9d android: frontend: menu: Improve in game options, make check boxes. 2021-04-23 22:38:25 -07:00
bunnei
6857bc32a8 android: frontend: Implement persistent notification while emulator is running. 2021-04-23 22:38:25 -07:00
bunnei
8cc2f340e5 android: Rename main entry class to CitraApplication. 2021-04-23 22:38:25 -07:00
bunnei
01b78f9d8d android: frontend: Implement basic software keyboard applet. 2021-04-23 22:38:25 -07:00
bunnei
04ee044418 android: frontend: Use android builtin ok/yes/no/cancel strings where possible. 2021-04-23 22:38:25 -07:00
bunnei
32dba15d34 android: frontend: Add "Cancel" and "Default" buttons to reset overlay. 2021-04-23 22:38:25 -07:00
bunnei
1a28e90a72 android: frontend: Fix bug with reset overlay scale. 2021-04-23 22:38:25 -07:00
bunnei
8295234ab7 android: frontend: Cleanup perf stats. 2021-04-23 22:38:25 -07:00
bunnei
d7e037ff2e android: frontend: card_game: Tighten padding a little bit. 2021-04-23 22:38:25 -07:00
bunnei
6b92be6df5 android: frontend: gamelist: Save PlatformGamesFragment state.
- Fixes weird duplication of game list on rotation.
2021-04-23 22:38:25 -07:00
bunnei
0584931a28 android: frontend: gamelist: Fix weird scroll behavior with action bar. 2021-04-23 22:38:25 -07:00
bunnei
17e6080e1b android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2021-04-23 22:38:25 -07:00
bunnei
1c12ed99fc android: frontend: settings: Add a back button to the navigation bar. 2021-04-23 22:38:25 -07:00
bunnei
60e8f9a574 android: frontend: gamelist: Add swipe to refresh gesture. 2021-04-23 22:38:25 -07:00
bunnei
7fe84b8447 android: frontend: settings: Disable configuring D-pad as buttons. 2021-04-23 22:38:25 -07:00
bunnei
4fb8d4a882 android: frontend: settings: Rename "controller" section to "gamepad". 2021-04-23 22:38:24 -07:00
bunnei
ead2d23473 android: frontend: menu_settings: Remove save button. 2021-04-23 22:38:24 -07:00
bunnei
47ee116db4 android: frontend: fragment_settings: Remove margins. 2021-04-23 22:38:24 -07:00
bunnei
38ef3bb184 android: frontend: settings: Simply save toast. 2021-04-23 22:38:24 -07:00
bunnei
b70b16b65d android: frontend: EmulationActivity: Remove citra icon from game prompt. 2021-04-23 22:38:24 -07:00
bunnei
643b8ab2c5 gl_rasterizer_cache: Remove redundant GLES check. 2021-04-23 22:38:24 -07:00
bunnei
e24022bb07 android: gl_rasterizer_cache: Skip costly shutdown procedure. 2021-04-23 22:38:24 -07:00
bunnei
6eb247fb96 android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2021-04-23 22:38:24 -07:00
bunnei
2471198523 core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2021-04-23 22:38:24 -07:00
bunnei
b5825fe96e android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2021-04-23 22:38:24 -07:00
bunnei
8525cd0198 android: jni: Add IDCache to cache Java methods. 2021-04-23 22:38:24 -07:00
bunnei
1dd78cd1e9 android: Picasso: Use newer version and some minor cleanup. 2021-04-23 22:38:24 -07:00
bunnei
2503527ccc android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2021-04-23 22:38:24 -07:00
bunnei
eed922c5a6 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-04-23 22:38:24 -07:00
bunnei
1766e239d0 android: native: Use actual array length for banner copy. 2021-04-23 22:38:24 -07:00
bunnei
690e2ec2e5 android: frontend: Add config option for linear filtering. 2021-04-23 22:38:24 -07:00
bunnei
431799ab8f android: settings: Add/update missing config options from latest master. 2021-04-23 22:38:24 -07:00
bunnei
dbd494d62b 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-04-23 22:38:24 -07:00
bunnei
27b89a6083 android: input: Add support for gamepads. 2021-04-23 22:38:24 -07:00
bunnei
b68153fe28 android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2021-04-23 22:38:24 -07:00
bunnei
822c5b1ab5 android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2021-04-23 22:38:24 -07:00
Weiyi Wang
1bd3f19807 Add reset button to slider setting 2021-04-23 22:38:24 -07:00
Weiyi Wang
231517d3b6 move speed limiter to general 2021-04-23 22:38:24 -07:00
bunnei
cd5e760d98 android: frontend: SettingsFile: Add button strings. 2021-04-23 22:38:24 -07:00
bunnei
5c723b19a1 android: frontend: strings: Cleanup for controller input. 2021-04-23 22:38:24 -07:00
bunnei
9d2ac5f5a8 android: app: Add method to get global context. 2021-04-23 22:38:24 -07:00
bunnei
8ea56b4c1d android: jni: Remove unnecessary code. 2021-04-23 22:38:24 -07:00
Weiyi Wang
c034844da4 remove redundant code 2021-04-23 22:38:24 -07:00
Weiyi Wang
76ba97c552 Also fix default value for speed limiter & audio stretcher 2021-04-23 22:38:24 -07:00
Weiyi Wang
1500e566c6 Accurate GS is default to true in config 2021-04-23 22:38:24 -07:00
Weiyi Wang
9ad53436e8 fix system clock default value 2021-04-23 22:38:24 -07:00
Weiyi Wang
8dabd94c02 fix time picker not saving/loading time 2021-04-23 22:38:24 -07:00
Weiyi Wang
0377f77973 Fix TimePicker style 2021-04-23 22:38:24 -07:00
Weiyi Wang
1122821d9c move "select game folder" string to resource 2021-04-23 22:38:24 -07:00
Weiyi Wang
57b332151f Add title to file picker 2021-04-23 22:38:24 -07:00