8813 Commits

Author SHA1 Message Date
bunnei
abfa49a6d7 android: renderer_opengl: Partially implement glLogicOp on GLES. 2020-05-20 17:35:15 -04:00
SachinVin
9c6448460b android/GameDatabase.java: remove duplicate ".3ds" from allowedExtensions 2020-05-20 17:35:15 -04:00
bunnei
69ec58391f android: renderer_opengl: Optimize GetTexImageOES and fix bugs. 2020-05-20 17:35:15 -04:00
bunnei
4fc6b7ce12 android: settings: Add system language setting. 2020-05-20 17:35:15 -04:00
bunnei
eaed3f4b55 android: settings: Fix bug where changing speed limiter will slow game down. 2020-05-20 17:35:15 -04:00
bunnei
dde1ca7d84 android: frontend: Support 18.5:9 aspect ratio. 2020-05-20 17:35:14 -04:00
bunnei
a0c4c702ab android: frontend: Further simplify show FPS overlay text. 2020-05-20 17:35:14 -04:00
bunnei
803b999a57 android: frontend: Fix several issues with running notification.
- Priority should be low without sound/vibration.
- Notification should restore app.
2020-05-20 17:35:14 -04:00
bunnei
a3d6c072e9 android: frontend: Use color white for FPS overlay. 2020-05-20 17:35:14 -04:00
bunnei
e8e162c163 android: frontend: settings: Temporarily disable V-Sync. 2020-05-20 17:35:14 -04:00
bunnei
92f7bf2352 android: frontend: Rename settings hint to "Settings". 2020-05-20 17:35:14 -04:00
bunnei
580915db1b android: frontend: New and improved launcher icon. 2020-05-20 17:35:14 -04:00
bunnei
67b62dcc35 android: frontend: startup: Improve startup and permissions handling.
- Fixes a first boot crash.
2020-05-20 17:35:14 -04:00
bunnei
b50b4f4983 android: frontend: settings: Disable audio stretching by default. 2020-05-20 17:35:14 -04:00
bunnei
1d0c62598c android: frontend: settings: Accurate shader multiplication should be disabled. 2020-05-20 17:35:14 -04:00
bunnei
5656a1205f android: frontend: settings: Simplify sliders. 2020-05-20 17:35:13 -04:00
bunnei
d43cca1c5a android: frontend: menu: Improve in game options, make check boxes. 2020-05-20 17:35:13 -04:00
bunnei
4ab3aa1dd2 android: frontend: Implement persistent notification while emulator is running. 2020-05-20 17:35:13 -04:00
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