8945 Commits

Author SHA1 Message Date
bunnei
f740eb6e6f android: Rename main entry class to CitraApplication. 2020-05-20 17:35:13 -04:00
bunnei
36a15cbbd5 android: frontend: Implement basic software keyboard applet. 2020-05-20 17:35:13 -04:00
bunnei
781913f230 android: frontend: Use android builtin ok/yes/no/cancel strings where possible. 2020-05-20 17:35:13 -04:00
bunnei
ad4fdc814e android: frontend: Add "Cancel" and "Default" buttons to reset overlay. 2020-05-20 17:35:13 -04:00
bunnei
4d519c0548 android: frontend: Fix bug with reset overlay scale. 2020-05-20 17:35:13 -04:00
bunnei
195b07d31a android: frontend: Cleanup perf stats. 2020-05-20 17:35:13 -04:00
bunnei
82e8936c02 android: frontend: card_game: Tighten padding a little bit. 2020-05-20 17:35:12 -04:00
bunnei
ae211ca371 android: frontend: gamelist: Save PlatformGamesFragment state.
- Fixes weird duplication of game list on rotation.
2020-05-20 17:35:12 -04:00
bunnei
576d65bc1d android: frontend: gamelist: Fix weird scroll behavior with action bar. 2020-05-20 17:35:12 -04:00
bunnei
9d17ad81b5 android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2020-05-20 17:35:12 -04:00
bunnei
368f6e24e5 android: frontend: settings: Add a back button to the navigation bar. 2020-05-20 17:35:12 -04:00
bunnei
70c744ade9 android: frontend: gamelist: Add swipe to refresh gesture. 2020-05-20 17:35:12 -04:00
bunnei
2528eceb33 android: frontend: settings: Disable configuring D-pad as buttons. 2020-05-20 17:35:12 -04:00
bunnei
840cccafc4 android: frontend: settings: Rename "controller" section to "gamepad". 2020-05-20 17:35:12 -04:00
bunnei
1a8dec0d5e android: frontend: menu_settings: Remove save button. 2020-05-20 17:35:12 -04:00
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