bunnei
|
f2c2140748
|
android: renderer_opengl: Optimize GetTexImageOES and fix bugs.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
d62ef07f84
|
android: settings: Add system language setting.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
9d98605125
|
android: settings: Fix bug where changing speed limiter will slow game down.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
e5fa95cda2
|
android: frontend: Support 18.5:9 aspect ratio.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
ef66dec71a
|
android: frontend: Further simplify show FPS overlay text.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
c3706ea6bc
|
android: frontend: Fix several issues with running notification.
- Priority should be low without sound/vibration.
- Notification should restore app.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
756c1fe28e
|
android: frontend: Use color white for FPS overlay.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
e2fda98dcf
|
android: frontend: settings: Temporarily disable V-Sync.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
288df380a9
|
android: frontend: Rename settings hint to "Settings".
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
0763ab77d0
|
android: frontend: New and improved launcher icon.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
7ad5fc6cc6
|
android: frontend: startup: Improve startup and permissions handling.
- Fixes a first boot crash.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
10c7a2f102
|
android: frontend: settings: Disable audio stretching by default.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
8e11367074
|
android: frontend: settings: Accurate shader multiplication should be disabled.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
e0ac8635e3
|
android: frontend: settings: Simplify sliders.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
a927bad573
|
android: frontend: menu: Improve in game options, make check boxes.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
07848c7368
|
android: frontend: Implement persistent notification while emulator is running.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
a7f33affdc
|
android: Rename main entry class to CitraApplication.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
8106d85742
|
android: frontend: Implement basic software keyboard applet.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
8fddac5da8
|
android: frontend: Use android builtin ok/yes/no/cancel strings where possible.
|
2021-02-21 18:06:23 -05:00 |
|
bunnei
|
339193597a
|
android: frontend: Add "Cancel" and "Default" buttons to reset overlay.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
5c959916ff
|
android: frontend: Fix bug with reset overlay scale.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
e2dd439fe1
|
android: frontend: Cleanup perf stats.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
4f9bc1b8d6
|
android: frontend: card_game: Tighten padding a little bit.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
c4f7d2412c
|
android: frontend: gamelist: Save PlatformGamesFragment state.
- Fixes weird duplication of game list on rotation.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
cecb4546c5
|
android: frontend: gamelist: Fix weird scroll behavior with action bar.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
d8bc9d351f
|
android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
36799e87b3
|
android: frontend: settings: Add a back button to the navigation bar.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
e7b9fbefbe
|
android: frontend: gamelist: Add swipe to refresh gesture.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
93c9e4e4cd
|
android: frontend: settings: Disable configuring D-pad as buttons.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
63f579bebe
|
android: frontend: settings: Rename "controller" section to "gamepad".
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
b7918c49df
|
android: frontend: menu_settings: Remove save button.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
ea745b31ed
|
android: frontend: fragment_settings: Remove margins.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
76f202a067
|
android: frontend: settings: Simply save toast.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
1ffea53b37
|
android: frontend: EmulationActivity: Remove citra icon from game prompt.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
db7c8cfb57
|
gl_rasterizer_cache: Remove redundant GLES check.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
edf522ffe8
|
android: gl_rasterizer_cache: Skip costly shutdown procedure.
|
2021-02-21 18:06:22 -05:00 |
|
bunnei
|
e9b3596f52
|
android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
487acf8821
|
core: Reset cpu_core after kernel.
- Fixes a crash on Android.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
84036582b1
|
android: jni: config: Disable shaders_accurate_mul by default (it's too slow).
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
277e823c6b
|
android: jni: Add IDCache to cache Java methods.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
1482759d2a
|
android: Picasso: Use newer version and some minor cleanup.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
a4ce46ea2a
|
android: AndroidManifest.xml: Require GLES 3.1 and AEP.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
cb810f1a97
|
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.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
ec0f81d2e9
|
android: native: Use actual array length for banner copy.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
c4cf477108
|
android: frontend: Add config option for linear filtering.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
c23046bbba
|
android: settings: Add/update missing config options from latest master.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
1051144274
|
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.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
845b618fcd
|
android: input: Add support for gamepads.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
e6a6c26f17
|
android: frontend: SettingsFragmentPresenter: Add config options for joypad controls.
|
2021-02-21 18:06:21 -05:00 |
|
bunnei
|
e69e13c15d
|
android: frontend: MotionAlertDialog: Merge latest Dolphin code.
|
2021-02-21 18:06:21 -05:00 |
|