9052 Commits

Author SHA1 Message Date
bunnei
cab213436b android: native: Change order of EmuWindow teardown.
- This needs to happen after system shutdown for asynchronous GPU.
2021-01-10 15:32:40 -05:00
bunnei
bd6d13f279 android: video_core: gl_rasterizer_cache: Make cache access thread safe. 2021-01-10 15:32:40 -05:00
bunnei
a8b933fc2e android: audio_core: Remove noisy log. 2021-01-10 15:32:40 -05:00
bunnei
2acaed8d61 android: core: frontend: Port yuzu's code for scope acquire window context. 2021-01-10 15:32:40 -05:00
bunnei
7379e822d6 android: res: Update the launcher icon. 2021-01-10 15:32:39 -05:00
bunnei
bbec041ebe android: frontend: FPS overlay: Add some minor margin. 2021-01-10 15:32:39 -05:00
bunnei
b61af6eaf1 android: jni: Migrate EmuWindow_Android class to EGL.
- This enables us to use shared contexts more easily.
2021-01-10 15:32:39 -05:00
bunnei
e76f0fb689 android: frontend: Add errors for unsupported ROM formats. 2021-01-10 15:32:39 -05:00
bunnei
c69da7be75 android: renderer_opengl: Partially implement glLogicOp on GLES. 2021-01-10 15:32:39 -05:00
SachinVin
6be62776aa android/GameDatabase.java: remove duplicate ".3ds" from allowedExtensions 2021-01-10 15:32:39 -05:00
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