bunnei
|
622f819174
|
android: Update .gitignore for CXX compile cache.
|
2021-01-10 15:33:09 -05:00 |
|
bunnei
|
53013e0fc4
|
android: renderer_opengl: Various fixes for GLES.
|
2021-01-10 15:33:09 -05:00 |
|
bunnei
|
c55bd6f827
|
android: log: TrimSourcePath: Cannot be constexpr.
|
2021-01-10 15:32:40 -05:00 |
|
SachinVin
|
8a61387c13
|
Android: frontend: use android.R.string.ok instead of literal
|
2021-01-10 15:32:40 -05:00 |
|
SachinVin
|
2d95da834e
|
Android: Settings: Center the setting title when no setting description is provided.
|
2021-01-10 15:32:40 -05:00 |
|
bunnei
|
b552514e92
|
android: dsp_dsp: Move a noisy log statement to trace.
|
2021-01-10 15:32:40 -05:00 |
|
bunnei
|
6e8d5afde2
|
android: video_core: Enable HW shadows and texture barrier on GLES.
|
2021-01-10 15:32:40 -05:00 |
|
bunnei
|
6371727c51
|
video_core: gl_shader_manager: Only set shader samplers on fragment shader.
- Avoids unnecessary uniform errors.
|
2021-01-10 15:32:40 -05:00 |
|
bunnei
|
8e90287c72
|
android: video_core: Require GLES 3.2 in shaders.
|
2021-01-10 15:32:40 -05:00 |
|
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 |
|