8913 Commits

Author SHA1 Message Date
bunnei
def8272793 android: renderer_opengl: Partially implement glLogicOp on GLES. 2020-08-15 13:58:43 -04:00
SachinVin
a4df5e55e2 android/GameDatabase.java: remove duplicate ".3ds" from allowedExtensions 2020-08-15 13:58:43 -04:00
bunnei
e32fa50d5e android: renderer_opengl: Optimize GetTexImageOES and fix bugs. 2020-08-15 13:58:43 -04:00
bunnei
cd16b01f88 android: settings: Add system language setting. 2020-08-15 13:58:43 -04:00
bunnei
4f4bcb8b22 android: settings: Fix bug where changing speed limiter will slow game down. 2020-08-15 13:58:43 -04:00
bunnei
c8a50ba84f android: frontend: Support 18.5:9 aspect ratio. 2020-08-15 13:58:43 -04:00
bunnei
6968fe8e7c android: frontend: Further simplify show FPS overlay text. 2020-08-15 13:58:43 -04:00
bunnei
8c498cb014 android: frontend: Fix several issues with running notification.
- Priority should be low without sound/vibration.
- Notification should restore app.
2020-08-15 13:58:43 -04:00
bunnei
6b77170ab3 android: frontend: Use color white for FPS overlay. 2020-08-15 13:58:43 -04:00
bunnei
d8e4ec4d1d android: frontend: settings: Temporarily disable V-Sync. 2020-08-15 13:58:43 -04:00
bunnei
a5f637bfdc android: frontend: Rename settings hint to "Settings". 2020-08-15 13:58:43 -04:00
bunnei
b4e34258ac android: frontend: New and improved launcher icon. 2020-08-15 13:58:43 -04:00
bunnei
ededb86b57 android: frontend: startup: Improve startup and permissions handling.
- Fixes a first boot crash.
2020-08-15 13:58:43 -04:00
bunnei
35c0b59fc3 android: frontend: settings: Disable audio stretching by default. 2020-08-15 13:58:43 -04:00
bunnei
1c09b99f56 android: frontend: settings: Accurate shader multiplication should be disabled. 2020-08-15 13:58:43 -04:00
bunnei
a3b35b8697 android: frontend: settings: Simplify sliders. 2020-08-15 13:58:43 -04:00
bunnei
bbf4787f7d android: frontend: menu: Improve in game options, make check boxes. 2020-08-15 13:58:43 -04:00
bunnei
e946b33221 android: frontend: Implement persistent notification while emulator is running. 2020-08-15 13:58:43 -04:00
bunnei
d3be2763eb android: Rename main entry class to CitraApplication. 2020-08-15 13:58:43 -04:00
bunnei
50c03a8846 android: frontend: Implement basic software keyboard applet. 2020-08-15 13:58:43 -04:00
bunnei
db66dd139b android: frontend: Use android builtin ok/yes/no/cancel strings where possible. 2020-08-15 13:58:43 -04:00
bunnei
00e199e791 android: frontend: Add "Cancel" and "Default" buttons to reset overlay. 2020-08-15 13:58:43 -04:00
bunnei
94fe126fe6 android: frontend: Fix bug with reset overlay scale. 2020-08-15 13:58:43 -04:00
bunnei
b884564fa3 android: frontend: Cleanup perf stats. 2020-08-15 13:58:43 -04:00
bunnei
d646a72ab0 android: frontend: card_game: Tighten padding a little bit. 2020-08-15 13:58:43 -04:00
bunnei
5749f94692 android: frontend: gamelist: Save PlatformGamesFragment state.
- Fixes weird duplication of game list on rotation.
2020-08-15 13:58:43 -04:00
bunnei
e24ec7bb0d android: frontend: gamelist: Fix weird scroll behavior with action bar. 2020-08-15 13:58:43 -04:00
bunnei
1fd43d7f6b android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2020-08-15 13:58:43 -04:00
bunnei
efcb732ea3 android: frontend: settings: Add a back button to the navigation bar. 2020-08-15 13:58:42 -04:00
bunnei
e8f5c14c37 android: frontend: gamelist: Add swipe to refresh gesture. 2020-08-15 13:58:42 -04:00
bunnei
689d5945d3 android: frontend: settings: Disable configuring D-pad as buttons. 2020-08-15 13:58:42 -04:00
bunnei
eb8e8e3509 android: frontend: settings: Rename "controller" section to "gamepad". 2020-08-15 13:58:42 -04:00
bunnei
fe6a552681 android: frontend: menu_settings: Remove save button. 2020-08-15 13:58:42 -04:00
bunnei
7533396ef4 android: frontend: fragment_settings: Remove margins. 2020-08-15 13:58:42 -04:00
bunnei
1b4489aa9c android: frontend: settings: Simply save toast. 2020-08-15 13:58:42 -04:00
bunnei
41e91eda21 android: frontend: EmulationActivity: Remove citra icon from game prompt. 2020-08-15 13:58:42 -04:00
bunnei
26ee541b38 gl_rasterizer_cache: Remove redundant GLES check. 2020-08-15 13:58:42 -04:00
bunnei
f8e855862c android: gl_rasterizer_cache: Skip costly shutdown procedure. 2020-08-15 13:58:42 -04:00
bunnei
677acad671 android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2020-08-15 13:58:42 -04:00
bunnei
4bfff37587 core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2020-08-15 13:58:42 -04:00
bunnei
492f925f45 android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2020-08-15 13:58:42 -04:00
bunnei
76fc15f596 android: jni: Add IDCache to cache Java methods. 2020-08-15 13:58:42 -04:00
bunnei
88ad684a61 android: Picasso: Use newer version and some minor cleanup. 2020-08-15 13:58:42 -04:00
bunnei
66ff139c11 android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2020-08-15 13:58:42 -04:00
bunnei
349ab16520 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-08-15 13:58:42 -04:00
bunnei
79e1d05f0f android: native: Use actual array length for banner copy. 2020-08-15 13:58:42 -04:00
bunnei
7979ab9c85 android: frontend: Add config option for linear filtering. 2020-08-15 13:58:42 -04:00
bunnei
9b46634eb3 android: settings: Add/update missing config options from latest master. 2020-08-15 13:58:42 -04:00
bunnei
2caa4818a2 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-08-15 13:58:42 -04:00
bunnei
655fb2da7b android: input: Add support for gamepads. 2020-08-15 13:58:42 -04:00