8955 Commits

Author SHA1 Message Date
bunnei
0a9b677a14 android: renderer_opengl: Partially implement glLogicOp on GLES. 2020-09-12 00:09:13 -07:00
SachinVin
74d8c3301e android/GameDatabase.java: remove duplicate ".3ds" from allowedExtensions 2020-09-12 00:09:13 -07:00
bunnei
d30641963e android: renderer_opengl: Optimize GetTexImageOES and fix bugs. 2020-09-12 00:09:13 -07:00
bunnei
ed05605237 android: settings: Add system language setting. 2020-09-12 00:09:13 -07:00
bunnei
9f9bdbbb7e android: settings: Fix bug where changing speed limiter will slow game down. 2020-09-12 00:09:13 -07:00
bunnei
ecfb9a0de2 android: frontend: Support 18.5:9 aspect ratio. 2020-09-12 00:09:13 -07:00
bunnei
102e8ff8cf android: frontend: Further simplify show FPS overlay text. 2020-09-12 00:09:13 -07:00
bunnei
a5633c97ce android: frontend: Fix several issues with running notification.
- Priority should be low without sound/vibration.
- Notification should restore app.
2020-09-12 00:09:13 -07:00
bunnei
1cdb851098 android: frontend: Use color white for FPS overlay. 2020-09-12 00:09:13 -07:00
bunnei
cf8234ed86 android: frontend: settings: Temporarily disable V-Sync. 2020-09-12 00:09:13 -07:00
bunnei
d091f4b4a0 android: frontend: Rename settings hint to "Settings". 2020-09-12 00:09:13 -07:00
bunnei
9b591cf321 android: frontend: New and improved launcher icon. 2020-09-12 00:09:13 -07:00
bunnei
19b1cd2bfd android: frontend: startup: Improve startup and permissions handling.
- Fixes a first boot crash.
2020-09-12 00:09:13 -07:00
bunnei
fa4386dfd4 android: frontend: settings: Disable audio stretching by default. 2020-09-12 00:09:13 -07:00
bunnei
75436edada android: frontend: settings: Accurate shader multiplication should be disabled. 2020-09-12 00:09:13 -07:00
bunnei
00e0cd1827 android: frontend: settings: Simplify sliders. 2020-09-12 00:09:12 -07:00
bunnei
2b2aed15a5 android: frontend: menu: Improve in game options, make check boxes. 2020-09-12 00:09:12 -07:00
bunnei
2b3962a86e android: frontend: Implement persistent notification while emulator is running. 2020-09-12 00:09:12 -07:00
bunnei
bd75e7d840 android: Rename main entry class to CitraApplication. 2020-09-12 00:09:12 -07:00
bunnei
a10290e6f8 android: frontend: Implement basic software keyboard applet. 2020-09-12 00:09:12 -07:00
bunnei
d4a950d29b android: frontend: Use android builtin ok/yes/no/cancel strings where possible. 2020-09-12 00:09:12 -07:00
bunnei
cf0ac0c998 android: frontend: Add "Cancel" and "Default" buttons to reset overlay. 2020-09-12 00:09:12 -07:00
bunnei
230ca50639 android: frontend: Fix bug with reset overlay scale. 2020-09-12 00:09:12 -07:00
bunnei
27f9f5b56d android: frontend: Cleanup perf stats. 2020-09-12 00:09:12 -07:00
bunnei
2a1f66ed45 android: frontend: card_game: Tighten padding a little bit. 2020-09-12 00:09:12 -07:00
bunnei
bb8b58a638 android: frontend: gamelist: Save PlatformGamesFragment state.
- Fixes weird duplication of game list on rotation.
2020-09-12 00:09:12 -07:00
bunnei
f58018eb90 android: frontend: gamelist: Fix weird scroll behavior with action bar. 2020-09-12 00:09:12 -07:00
bunnei
6afd32aecc android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2020-09-12 00:09:12 -07:00
bunnei
54b0d3ac7e android: frontend: settings: Add a back button to the navigation bar. 2020-09-12 00:09:12 -07:00
bunnei
9ed543a2ca android: frontend: gamelist: Add swipe to refresh gesture. 2020-09-12 00:09:12 -07:00
bunnei
dc47b8a034 android: frontend: settings: Disable configuring D-pad as buttons. 2020-09-12 00:09:12 -07:00
bunnei
cbe0b74694 android: frontend: settings: Rename "controller" section to "gamepad". 2020-09-12 00:09:12 -07:00
bunnei
0ad9e0ebbe android: frontend: menu_settings: Remove save button. 2020-09-12 00:09:12 -07:00
bunnei
4da1d3541a android: frontend: fragment_settings: Remove margins. 2020-09-12 00:09:12 -07:00
bunnei
8fccc896f3 android: frontend: settings: Simply save toast. 2020-09-12 00:09:12 -07:00
bunnei
644048c3e5 android: frontend: EmulationActivity: Remove citra icon from game prompt. 2020-09-12 00:09:12 -07:00
bunnei
0d4fb44ba4 gl_rasterizer_cache: Remove redundant GLES check. 2020-09-12 00:09:12 -07:00
bunnei
695ee7c45f android: gl_rasterizer_cache: Skip costly shutdown procedure. 2020-09-12 00:09:12 -07:00
bunnei
04aa0243df android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2020-09-12 00:09:12 -07:00
bunnei
3df9329965 core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2020-09-12 00:09:12 -07:00
bunnei
3d151821de android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2020-09-12 00:09:12 -07:00
bunnei
3a0f6eeb69 android: jni: Add IDCache to cache Java methods. 2020-09-12 00:09:12 -07:00
bunnei
4a8935b267 android: Picasso: Use newer version and some minor cleanup. 2020-09-12 00:09:11 -07:00
bunnei
1713b707e8 android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2020-09-12 00:09:11 -07:00
bunnei
6b07055672 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-09-12 00:09:11 -07:00
bunnei
6d17c46a2a android: native: Use actual array length for banner copy. 2020-09-12 00:09:11 -07:00
bunnei
6cf5976cc5 android: frontend: Add config option for linear filtering. 2020-09-12 00:09:11 -07:00
bunnei
524480433a android: settings: Add/update missing config options from latest master. 2020-09-12 00:09:11 -07:00
bunnei
47af9510a8 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-09-12 00:09:11 -07:00
bunnei
ba317b3761 android: input: Add support for gamepads. 2020-09-12 00:09:11 -07:00