8865 Commits

Author SHA1 Message Date
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
bunnei
c7f8550633 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.
2020-07-30 16:49:19 -04:00
bunnei
5bf1dddf8c android: input: Add support for gamepads. 2020-07-30 16:49:19 -04:00
bunnei
d894898f02 android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2020-07-30 16:49:19 -04:00
bunnei
cfef06876c android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2020-07-30 16:49:19 -04:00
Weiyi Wang
5045106636 Add reset button to slider setting 2020-07-30 16:49:18 -04:00
Weiyi Wang
5886329f4f move speed limiter to general 2020-07-30 16:49:18 -04:00
bunnei
0d478e82c8 android: frontend: SettingsFile: Add button strings. 2020-07-30 16:49:18 -04:00
bunnei
eeee8ba061 android: frontend: strings: Cleanup for controller input. 2020-07-30 16:49:18 -04:00
bunnei
bc168bccbe android: app: Add method to get global context. 2020-07-30 16:49:18 -04:00
bunnei
9545d2dd07 android: jni: Remove unnecessary code. 2020-07-30 16:49:18 -04:00
Weiyi Wang
ec79b1d310 remove redundant code 2020-07-30 16:49:18 -04:00
Weiyi Wang
2fe3be2a32 Also fix default value for speed limiter & audio stretcher 2020-07-30 16:49:18 -04:00
Weiyi Wang
53f3aa5f53 Accurate GS is default to true in config 2020-07-30 16:49:18 -04:00
Weiyi Wang
bc94050d15 fix system clock default value 2020-07-30 16:49:18 -04:00
Weiyi Wang
32a078c745 fix time picker not saving/loading time 2020-07-30 16:49:18 -04:00
Weiyi Wang
bab1a77166 Fix TimePicker style 2020-07-30 16:49:18 -04:00
Weiyi Wang
aeba08f5fa move "select game folder" string to resource 2020-07-30 16:49:18 -04:00
Weiyi Wang
45644a9bf4 Add title to file picker 2020-07-30 16:49:18 -04:00
bunnei
118869b909 android: config: Enable accurate multiplication by default. 2020-07-30 16:49:18 -04:00
bunnei
14432896db android: frontend: Update circle pad icon resources. 2020-07-30 16:49:18 -04:00
bunnei
2ef1451a72 android: frontend: Swap select and start buttons to match 3DS. 2020-07-30 16:49:18 -04:00
bunnei
a526c6eecb android: frontend: settings: String cleanup & minor improvements. 2020-07-30 16:49:18 -04:00
bunnei
5f60ee7e07 android: native: Ensure game config is re-loaded before starting. 2020-07-30 16:49:18 -04:00
bunnei
74ee75148a android: frontend: Remove Home button for now, as it does not do anything. 2020-07-30 16:49:18 -04:00
bunnei
0c13aea98b android: frontend: Add a confirmation dialog on game exit. 2020-07-30 16:49:18 -04:00
bunnei
474388ce44 android: frontend: Update controls overlay placement for new icon resources. 2020-07-30 16:49:18 -04:00
bunnei
09688d97c7 android: frontend: Update to new icon resources. 2020-07-30 16:49:18 -04:00
bunnei
fbfde4bc71 android: frontend: settings: Add performance warnings for relevant settings. 2020-07-30 16:49:18 -04:00
bunnei
878e5380fc android: frontend: Remove "Toggle All" option from toggle controls.
- This was broken, and is not terribly useful as-is.
2020-07-30 16:49:18 -04:00
bunnei
fde308e7f2 android: frontend: Decrease spacing between game cards. 2020-07-30 16:49:18 -04:00
bunnei
9366179cfb android: jni: Fix management of core emulation state and various cleanups.
- Fixes a shutdown crash.
2020-07-30 16:49:17 -04:00
bunnei
87ac7db320 android: frontend: Fix bug where games could be double-clicked. 2020-07-30 16:49:17 -04:00
bunnei
2b5817bc92 android: jni: Sanitize analog stick inputs.
- Fixes bug where joystick sometimes is unresponsive.
2020-07-30 16:49:17 -04:00
bunnei
c33476673d android: frontend: Fix default state for toggle controls, enable D-pad by default. 2020-07-30 16:49:17 -04:00
bunnei
7274dfacfe android: frontend: Add persistent changeable layout option for landscape mode. 2020-07-30 16:49:17 -04:00
bunnei
4ed8141269 android: frontend: Track screen layout separately for orientation. 2020-07-30 16:49:17 -04:00
bunnei
509e47aa65 android: frontend: Add MobileLandscape layout profile for mobile devices. 2020-07-30 16:49:17 -04:00
James Rowe
26b238b8f6 Adds in missing changes to gradle file and updates dynarmic 2020-07-30 16:49:17 -04:00
bunnei
7ddc418f07 android: jni: button_manager: Fix circle pad on subsequent game launch.
- We were missing an UnregisterFactory call for AnalogDevice.
2020-07-30 16:49:17 -04:00
bunnei
54f4e4c011 android: frontend: MainPresenter: Refresh game directory on app boot. 2020-07-30 16:49:17 -04:00
bunnei
3f57af25b2 android: jni: game_info: Fix crash on banner load for missing title. 2020-07-30 16:49:17 -04:00
bunnei
15e3dc512d android: jni: config: Fix bug preventing creation of config.ini. 2020-07-30 16:49:17 -04:00
bunnei
f09fac023e android: frontend: StartupHandler: Add an intro sequence to pick game dir. 2020-07-30 16:49:17 -04:00
bunnei
c407e0a5d2 android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
- Because android phones aren't very fast.
2020-07-30 16:49:17 -04:00
bunnei
8684f3e87a android: core: Prepare for ARM64 dynarmic support. 2020-07-30 16:49:17 -04:00
bunnei
4982db3fd5 android: frontend: Settings: Section categories must match INI settings. 2020-07-30 16:49:17 -04:00
bunnei
b28d6345b1 android: frontend: Settings: Various updates and preserve single choice text in UI. 2020-07-30 16:49:17 -04:00