9012 Commits

Author SHA1 Message Date
bunnei
843381c811 android: jni: Migrate EmuWindow_Android class to EGL.
- This enables us to use shared contexts more easily.
2020-07-30 16:49:20 -04:00
bunnei
ea77bf968b android: frontend: Add errors for unsupported ROM formats. 2020-07-30 16:49:20 -04:00
bunnei
7216b74446 android: renderer_opengl: Partially implement glLogicOp on GLES. 2020-07-30 16:49:20 -04:00
SachinVin
aeb73f5fca android/GameDatabase.java: remove duplicate ".3ds" from allowedExtensions 2020-07-30 16:49:20 -04:00
bunnei
eaf2e9a58f android: renderer_opengl: Optimize GetTexImageOES and fix bugs. 2020-07-30 16:49:20 -04:00
bunnei
93a7a14236 android: settings: Add system language setting. 2020-07-30 16:49:20 -04:00
bunnei
c2ffa9ed1e android: settings: Fix bug where changing speed limiter will slow game down. 2020-07-30 16:49:20 -04:00
bunnei
f374586190 android: frontend: Support 18.5:9 aspect ratio. 2020-07-30 16:49:20 -04:00
bunnei
e9b7ebac3a android: frontend: Further simplify show FPS overlay text. 2020-07-30 16:49:20 -04:00
bunnei
b8caf735c5 android: frontend: Fix several issues with running notification.
- Priority should be low without sound/vibration.
- Notification should restore app.
2020-07-30 16:49:19 -04:00
bunnei
39c45f15ef android: frontend: Use color white for FPS overlay. 2020-07-30 16:49:19 -04:00
bunnei
b8129a4d56 android: frontend: settings: Temporarily disable V-Sync. 2020-07-30 16:49:19 -04:00
bunnei
cf2a1598d8 android: frontend: Rename settings hint to "Settings". 2020-07-30 16:49:19 -04:00
bunnei
b49ad54f4c android: frontend: New and improved launcher icon. 2020-07-30 16:49:19 -04:00
bunnei
adbdd4c635 android: frontend: startup: Improve startup and permissions handling.
- Fixes a first boot crash.
2020-07-30 16:49:19 -04:00
bunnei
8d9295170c android: frontend: settings: Disable audio stretching by default. 2020-07-30 16:49:19 -04:00
bunnei
12ac9b1503 android: frontend: settings: Accurate shader multiplication should be disabled. 2020-07-30 16:49:19 -04:00
bunnei
4d3b627731 android: frontend: settings: Simplify sliders. 2020-07-30 16:49:19 -04:00
bunnei
35d9d869a2 android: frontend: menu: Improve in game options, make check boxes. 2020-07-30 16:49:19 -04:00
bunnei
2424640dbb android: frontend: Implement persistent notification while emulator is running. 2020-07-30 16:49:19 -04:00
bunnei
4df797646e android: Rename main entry class to CitraApplication. 2020-07-30 16:49:19 -04:00
bunnei
7af80d3989 android: frontend: Implement basic software keyboard applet. 2020-07-30 16:49:19 -04:00
bunnei
4f142e4ddb android: frontend: Use android builtin ok/yes/no/cancel strings where possible. 2020-07-30 16:49:19 -04:00
bunnei
a6f501f751 android: frontend: Add "Cancel" and "Default" buttons to reset overlay. 2020-07-30 16:49:19 -04:00
bunnei
7701d87d06 android: frontend: Fix bug with reset overlay scale. 2020-07-30 16:49:19 -04:00
bunnei
de9b0ff13f android: frontend: Cleanup perf stats. 2020-07-30 16:49:19 -04:00
bunnei
88183f4168 android: frontend: card_game: Tighten padding a little bit. 2020-07-30 16:49:19 -04:00
bunnei
1a0388014f android: frontend: gamelist: Save PlatformGamesFragment state.
- Fixes weird duplication of game list on rotation.
2020-07-30 16:49:19 -04:00
bunnei
5d8f288191 android: frontend: gamelist: Fix weird scroll behavior with action bar. 2020-07-30 16:49:19 -04:00
bunnei
8aebce87b0 android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2020-07-30 16:49:19 -04:00
bunnei
3cca13f6c3 android: frontend: settings: Add a back button to the navigation bar. 2020-07-30 16:49:19 -04:00
bunnei
040439096f android: frontend: gamelist: Add swipe to refresh gesture. 2020-07-30 16:49:19 -04:00
bunnei
7e20dc7a38 android: frontend: settings: Disable configuring D-pad as buttons. 2020-07-30 16:49:19 -04:00
bunnei
26a6da8635 android: frontend: settings: Rename "controller" section to "gamepad". 2020-07-30 16:49:19 -04:00
bunnei
0ff710c34c android: frontend: menu_settings: Remove save button. 2020-07-30 16:49:19 -04:00
bunnei
f5f772f00f android: frontend: fragment_settings: Remove margins. 2020-07-30 16:49:19 -04:00
bunnei
141fc0544a android: frontend: settings: Simply save toast. 2020-07-30 16:49:19 -04:00
bunnei
5a55302ef3 android: frontend: EmulationActivity: Remove citra icon from game prompt. 2020-07-30 16:49:19 -04:00
bunnei
c67429d711 gl_rasterizer_cache: Remove redundant GLES check. 2020-07-30 16:49:19 -04:00
bunnei
d6ca52dcb7 android: gl_rasterizer_cache: Skip costly shutdown procedure. 2020-07-30 16:49:19 -04:00
bunnei
44547830d0 android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2020-07-30 16:49:19 -04:00
bunnei
5818a8bb5a core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2020-07-30 16:49:19 -04:00
bunnei
035fca78da android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2020-07-30 16:49:19 -04:00
bunnei
77468e39cd android: jni: Add IDCache to cache Java methods. 2020-07-30 16:49:19 -04:00
bunnei
b33e6d9239 android: Picasso: Use newer version and some minor cleanup. 2020-07-30 16:49:19 -04:00
bunnei
9e01aeb9a0 android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2020-07-30 16:49:19 -04:00
bunnei
f8e4f75eb3 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-07-30 16:49:19 -04:00
bunnei
df714959a1 android: native: Use actual array length for banner copy. 2020-07-30 16:49:19 -04:00
bunnei
0ad06e3ae5 android: frontend: Add config option for linear filtering. 2020-07-30 16:49:19 -04:00
bunnei
545bb266b4 android: settings: Add/update missing config options from latest master. 2020-07-30 16:49:19 -04:00