9042 Commits

Author SHA1 Message Date
bunnei
c508d09085 android: renderer_opengl: Optimize GetTexImageOES and fix bugs. 2021-01-10 15:32:39 -05:00
bunnei
3d4b4ca3fb android: settings: Add system language setting. 2021-01-10 15:32:39 -05:00
bunnei
34455aaea8 android: settings: Fix bug where changing speed limiter will slow game down. 2021-01-10 15:32:39 -05:00
bunnei
9aadafd259 android: frontend: Support 18.5:9 aspect ratio. 2021-01-10 15:32:39 -05:00
bunnei
f0e3e13761 android: frontend: Further simplify show FPS overlay text. 2021-01-10 15:32:39 -05:00
bunnei
c58623d289 android: frontend: Fix several issues with running notification.
- Priority should be low without sound/vibration.
- Notification should restore app.
2021-01-10 15:32:39 -05:00
bunnei
8665e2df4b android: frontend: Use color white for FPS overlay. 2021-01-10 15:32:39 -05:00
bunnei
9111cf107a android: frontend: settings: Temporarily disable V-Sync. 2021-01-10 15:32:39 -05:00
bunnei
c8290f30aa android: frontend: Rename settings hint to "Settings". 2021-01-10 15:32:39 -05:00
bunnei
11c653077a android: frontend: New and improved launcher icon. 2021-01-10 15:32:39 -05:00
bunnei
6142a92cec android: frontend: startup: Improve startup and permissions handling.
- Fixes a first boot crash.
2021-01-10 15:32:39 -05:00
bunnei
d91886b76d android: frontend: settings: Disable audio stretching by default. 2021-01-10 15:32:39 -05:00
bunnei
2c658a241f android: frontend: settings: Accurate shader multiplication should be disabled. 2021-01-10 15:32:39 -05:00
bunnei
43600c70b2 android: frontend: settings: Simplify sliders. 2021-01-10 15:32:39 -05:00
bunnei
66186b0c39 android: frontend: menu: Improve in game options, make check boxes. 2021-01-10 15:32:39 -05:00
bunnei
3293b51e7d android: frontend: Implement persistent notification while emulator is running. 2021-01-10 15:32:39 -05:00
bunnei
7842b38c15 android: Rename main entry class to CitraApplication. 2021-01-10 15:32:39 -05:00
bunnei
d8b2c6ee8c android: frontend: Implement basic software keyboard applet. 2021-01-10 15:32:39 -05:00
bunnei
9040776913 android: frontend: Use android builtin ok/yes/no/cancel strings where possible. 2021-01-10 15:32:39 -05:00
bunnei
17b557c396 android: frontend: Add "Cancel" and "Default" buttons to reset overlay. 2021-01-10 15:32:39 -05:00
bunnei
f0ab0cb4ac android: frontend: Fix bug with reset overlay scale. 2021-01-10 15:32:39 -05:00
bunnei
dcb08c7331 android: frontend: Cleanup perf stats. 2021-01-10 15:32:39 -05:00
bunnei
ac26934d10 android: frontend: card_game: Tighten padding a little bit. 2021-01-10 15:32:39 -05:00
bunnei
cc1bad046a android: frontend: gamelist: Save PlatformGamesFragment state.
- Fixes weird duplication of game list on rotation.
2021-01-10 15:32:39 -05:00
bunnei
d11ef63f07 android: frontend: gamelist: Fix weird scroll behavior with action bar. 2021-01-10 15:32:39 -05:00
bunnei
d80cb61b91 android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2021-01-10 15:32:39 -05:00
bunnei
4446f11a0d android: frontend: settings: Add a back button to the navigation bar. 2021-01-10 15:32:38 -05:00
bunnei
7206007bc3 android: frontend: gamelist: Add swipe to refresh gesture. 2021-01-10 15:32:38 -05:00
bunnei
c596ee14e2 android: frontend: settings: Disable configuring D-pad as buttons. 2021-01-10 15:32:38 -05:00
bunnei
cd1923cc1c android: frontend: settings: Rename "controller" section to "gamepad". 2021-01-10 15:32:38 -05:00
bunnei
e3cff7ae4d android: frontend: menu_settings: Remove save button. 2021-01-10 15:32:38 -05:00
bunnei
d38594021f android: frontend: fragment_settings: Remove margins. 2021-01-10 15:32:38 -05:00
bunnei
b0a3594009 android: frontend: settings: Simply save toast. 2021-01-10 15:32:38 -05:00
bunnei
7a767564eb android: frontend: EmulationActivity: Remove citra icon from game prompt. 2021-01-10 15:32:38 -05:00
bunnei
883fdf6c8c gl_rasterizer_cache: Remove redundant GLES check. 2021-01-10 15:32:38 -05:00
bunnei
bfd8f63b44 android: gl_rasterizer_cache: Skip costly shutdown procedure. 2021-01-10 15:32:38 -05:00
bunnei
650f844eed android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2021-01-10 15:32:38 -05:00
bunnei
af250620d8 core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2021-01-10 15:32:38 -05:00
bunnei
716c68f440 android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2021-01-10 15:32:38 -05:00
bunnei
dc89a221b8 android: jni: Add IDCache to cache Java methods. 2021-01-10 15:32:38 -05:00
bunnei
c3f17db5ac android: Picasso: Use newer version and some minor cleanup. 2021-01-10 15:32:38 -05:00
bunnei
becce3fe30 android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2021-01-10 15:32:38 -05:00
bunnei
21ac55157d 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-01-10 15:32:38 -05:00
bunnei
49c928341b android: native: Use actual array length for banner copy. 2021-01-10 15:32:38 -05:00
bunnei
9698931a27 android: frontend: Add config option for linear filtering. 2021-01-10 15:32:38 -05:00
bunnei
1017e3d3f5 android: settings: Add/update missing config options from latest master. 2021-01-10 15:32:38 -05:00
bunnei
7a4c84f577 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-01-10 15:32:38 -05:00
bunnei
4d84ba5743 android: input: Add support for gamepads. 2021-01-10 15:32:38 -05:00
bunnei
b5fab606fb android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2021-01-10 15:32:38 -05:00
bunnei
96cedae29c android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2021-01-10 15:32:38 -05:00