bunnei
5c723b19a1
android: frontend: strings: Cleanup for controller input.
2021-04-23 22:38:24 -07:00
bunnei
9d2ac5f5a8
android: app: Add method to get global context.
2021-04-23 22:38:24 -07:00
bunnei
8ea56b4c1d
android: jni: Remove unnecessary code.
2021-04-23 22:38:24 -07:00
Weiyi Wang
c034844da4
remove redundant code
2021-04-23 22:38:24 -07:00
Weiyi Wang
76ba97c552
Also fix default value for speed limiter & audio stretcher
2021-04-23 22:38:24 -07:00
Weiyi Wang
1500e566c6
Accurate GS is default to true in config
2021-04-23 22:38:24 -07:00
Weiyi Wang
9ad53436e8
fix system clock default value
2021-04-23 22:38:24 -07:00
Weiyi Wang
8dabd94c02
fix time picker not saving/loading time
2021-04-23 22:38:24 -07:00
Weiyi Wang
0377f77973
Fix TimePicker style
2021-04-23 22:38:24 -07:00
Weiyi Wang
1122821d9c
move "select game folder" string to resource
2021-04-23 22:38:24 -07:00
Weiyi Wang
57b332151f
Add title to file picker
2021-04-23 22:38:24 -07:00
bunnei
1c795b70fd
android: config: Enable accurate multiplication by default.
2021-04-23 22:38:24 -07:00
bunnei
a745f61bfe
android: frontend: Update circle pad icon resources.
2021-04-23 22:38:23 -07:00
bunnei
b617d60f1e
android: frontend: Swap select and start buttons to match 3DS.
2021-04-23 22:38:23 -07:00
bunnei
b7df79a3e0
android: frontend: settings: String cleanup & minor improvements.
2021-04-23 22:38:23 -07:00
bunnei
e30d9034a5
android: native: Ensure game config is re-loaded before starting.
2021-04-23 22:38:23 -07:00
bunnei
af47702d0c
android: frontend: Remove Home button for now, as it does not do anything.
2021-04-23 22:38:23 -07:00
bunnei
634b6e1156
android: frontend: Add a confirmation dialog on game exit.
2021-04-23 22:38:23 -07:00
bunnei
95e47fc144
android: frontend: Update controls overlay placement for new icon resources.
2021-04-23 22:38:23 -07:00
bunnei
6f02d2d160
android: frontend: Update to new icon resources.
2021-04-23 22:38:23 -07:00
bunnei
a04d5b7b9c
android: frontend: settings: Add performance warnings for relevant settings.
2021-04-23 22:38:23 -07:00
bunnei
fc49a1bad6
android: frontend: Remove "Toggle All" option from toggle controls.
...
- This was broken, and is not terribly useful as-is.
2021-04-23 22:38:23 -07:00
bunnei
6ad8a5ca32
android: frontend: Decrease spacing between game cards.
2021-04-23 22:38:23 -07:00
bunnei
114cd5d1b6
android: jni: Fix management of core emulation state and various cleanups.
...
- Fixes a shutdown crash.
2021-04-23 22:38:23 -07:00
bunnei
7ea3800d94
android: frontend: Fix bug where games could be double-clicked.
2021-04-23 22:38:23 -07:00
bunnei
946922c522
android: jni: Sanitize analog stick inputs.
...
- Fixes bug where joystick sometimes is unresponsive.
2021-04-23 22:38:23 -07:00
bunnei
fb220b9198
android: frontend: Fix default state for toggle controls, enable D-pad by default.
2021-04-23 22:38:23 -07:00
bunnei
367d5457af
android: frontend: Add persistent changeable layout option for landscape mode.
2021-04-23 22:38:23 -07:00
bunnei
8053bd3a01
android: frontend: Track screen layout separately for orientation.
2021-04-23 22:38:23 -07:00
bunnei
e0d05c32ab
android: frontend: Add MobileLandscape layout profile for mobile devices.
2021-04-23 22:38:23 -07:00
James Rowe
85f7ad6240
Adds in missing changes to gradle file and updates dynarmic
2021-04-23 22:38:23 -07:00
bunnei
37d7152a7e
android: jni: button_manager: Fix circle pad on subsequent game launch.
...
- We were missing an UnregisterFactory call for AnalogDevice.
2021-04-23 22:38:23 -07:00
bunnei
2dafa2fd4d
android: frontend: MainPresenter: Refresh game directory on app boot.
2021-04-23 22:38:23 -07:00
bunnei
949fc9f5fc
android: jni: game_info: Fix crash on banner load for missing title.
2021-04-23 22:38:23 -07:00
bunnei
f5c450cc39
android: jni: config: Fix bug preventing creation of config.ini.
2021-04-23 22:38:23 -07:00
bunnei
1f1db90303
android: frontend: StartupHandler: Add an intro sequence to pick game dir.
2021-04-23 22:38:23 -07:00
bunnei
e1c0dc276c
android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
...
- Because android phones aren't very fast.
2021-04-23 22:38:23 -07:00
bunnei
34a7b96de9
android: frontend: Settings: Section categories must match INI settings.
2021-04-23 22:38:22 -07:00
bunnei
01f23fdef9
android: frontend: Settings: Various updates and preserve single choice text in UI.
2021-04-23 22:38:22 -07:00
bunnei
c38345faf2
android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings.
2021-04-23 22:38:22 -07:00
bunnei
6422a7ae49
android: frontend: Enlarge icon for launcher.
2021-04-23 22:38:22 -07:00
bunnei
2bd02dda98
android: frontend: SettingsFragmentPresenter: Organize settings into logical categories.
2021-04-23 22:38:22 -07:00
bunnei
bb2a9e63b0
android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting.
2021-04-23 22:38:22 -07:00
bunnei
50aafb78c2
android: frontend: InputOverlay: Fix setting save for portrait mode.
2021-04-23 22:38:22 -07:00
bunnei
850b18f048
android: frontend: Fix settings slider cancel button.
2021-04-23 22:38:22 -07:00
bunnei
0b3e71a32c
android: frontend: auto-reformat all code for consistent style.
2021-04-23 22:38:22 -07:00
James Rowe
95cd4417b0
Perf: Remove more breakpoint checking in the interpreter. Move filtering earlier in the logging chain
2021-04-23 22:38:22 -07:00
bunnei
14f55ac742
(jroweboy) Remove existing code in src/android
...
Move src/citra_android to src/android/app/src/main/jni
Disable gdbstub breakpoints on android (could be done better)
Disable LOD_BIAS for GLES (not support on gles)
2021-04-23 22:38:22 -07:00
bunnei
03929d8cff
android: frontend: Implement MobilePortrait layout, which makes more sense for mobile.
2021-04-23 22:38:22 -07:00
bunnei
7d49c5ca05
android: native: Remove several unused hooks.
2021-04-23 22:38:22 -07:00