9145 Commits

Author SHA1 Message Date
bunnei
4d84ba5743 android: input: Add support for gamepads. 2021-01-10 15:32:38 -05:00
bunnei
b5fab606fb android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2021-01-10 15:32:38 -05:00
bunnei
96cedae29c android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2021-01-10 15:32:38 -05:00
Weiyi Wang
4dca32d062 Add reset button to slider setting 2021-01-10 15:32:38 -05:00
Weiyi Wang
c06e83e934 move speed limiter to general 2021-01-10 15:32:38 -05:00
bunnei
f137177c12 android: frontend: SettingsFile: Add button strings. 2021-01-10 15:32:38 -05:00
bunnei
dac8c27859 android: frontend: strings: Cleanup for controller input. 2021-01-10 15:32:38 -05:00
bunnei
935adc1ecc android: app: Add method to get global context. 2021-01-10 15:32:38 -05:00
bunnei
941faf1956 android: jni: Remove unnecessary code. 2021-01-10 15:32:38 -05:00
Weiyi Wang
71d228ccd3 remove redundant code 2021-01-10 15:32:38 -05:00
Weiyi Wang
6a4f331e97 Also fix default value for speed limiter & audio stretcher 2021-01-10 15:32:38 -05:00
Weiyi Wang
964d55a008 Accurate GS is default to true in config 2021-01-10 15:32:38 -05:00
Weiyi Wang
cb655c0494 fix system clock default value 2021-01-10 15:32:38 -05:00
Weiyi Wang
56e408e0f6 fix time picker not saving/loading time 2021-01-10 15:32:38 -05:00
Weiyi Wang
48683e5a25 Fix TimePicker style 2021-01-10 15:32:38 -05:00
Weiyi Wang
9e5ff46d13 move "select game folder" string to resource 2021-01-10 15:32:38 -05:00
Weiyi Wang
ff7c9c6841 Add title to file picker 2021-01-10 15:32:38 -05:00
bunnei
52615c5652 android: config: Enable accurate multiplication by default. 2021-01-10 15:32:38 -05:00
bunnei
08716919a7 android: frontend: Update circle pad icon resources. 2021-01-10 15:32:38 -05:00
bunnei
c8d52a417a android: frontend: Swap select and start buttons to match 3DS. 2021-01-10 15:32:38 -05:00
bunnei
a0fb0c307f android: frontend: settings: String cleanup & minor improvements. 2021-01-10 15:32:38 -05:00
bunnei
7294542a67 android: native: Ensure game config is re-loaded before starting. 2021-01-10 15:32:38 -05:00
bunnei
c463085fb9 android: frontend: Remove Home button for now, as it does not do anything. 2021-01-10 15:32:38 -05:00
bunnei
03f7d4480e android: frontend: Add a confirmation dialog on game exit. 2021-01-10 15:32:38 -05:00
bunnei
81df5462dc android: frontend: Update controls overlay placement for new icon resources. 2021-01-10 15:32:38 -05:00
bunnei
c72848ca45 android: frontend: Update to new icon resources. 2021-01-10 15:32:38 -05:00
bunnei
457afba94e android: frontend: settings: Add performance warnings for relevant settings. 2021-01-10 15:32:38 -05:00
bunnei
a8698ceb30 android: frontend: Remove "Toggle All" option from toggle controls.
- This was broken, and is not terribly useful as-is.
2021-01-10 15:32:38 -05:00
bunnei
4fd8acbb1e android: frontend: Decrease spacing between game cards. 2021-01-10 15:32:38 -05:00
bunnei
458601870b android: jni: Fix management of core emulation state and various cleanups.
- Fixes a shutdown crash.
2021-01-10 15:32:38 -05:00
bunnei
74a5915206 android: frontend: Fix bug where games could be double-clicked. 2021-01-10 15:32:38 -05:00
bunnei
6d2397ed5f android: jni: Sanitize analog stick inputs.
- Fixes bug where joystick sometimes is unresponsive.
2021-01-10 15:32:38 -05:00
bunnei
b0ca0b0adc android: frontend: Fix default state for toggle controls, enable D-pad by default. 2021-01-10 15:32:38 -05:00
bunnei
4914250177 android: frontend: Add persistent changeable layout option for landscape mode. 2021-01-10 15:32:38 -05:00
bunnei
b29f352ac6 android: frontend: Track screen layout separately for orientation. 2021-01-10 15:32:38 -05:00
bunnei
a5c47ddfc9 android: frontend: Add MobileLandscape layout profile for mobile devices. 2021-01-10 15:32:38 -05:00
James Rowe
ef69b6320e Adds in missing changes to gradle file and updates dynarmic 2021-01-10 15:32:37 -05:00
bunnei
b5cb8fda29 android: jni: button_manager: Fix circle pad on subsequent game launch.
- We were missing an UnregisterFactory call for AnalogDevice.
2021-01-10 15:32:25 -05:00
bunnei
1e639a69dd android: frontend: MainPresenter: Refresh game directory on app boot. 2021-01-10 15:32:25 -05:00
bunnei
b551f61f6d android: jni: game_info: Fix crash on banner load for missing title. 2021-01-10 15:32:25 -05:00
bunnei
1db5d7cf0e android: jni: config: Fix bug preventing creation of config.ini. 2021-01-10 15:32:25 -05:00
bunnei
501e6b414a android: frontend: StartupHandler: Add an intro sequence to pick game dir. 2021-01-10 15:32:25 -05:00
bunnei
e2397a5257 android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
- Because android phones aren't very fast.
2021-01-10 15:32:24 -05:00
bunnei
c85d8dac28 android: frontend: Settings: Section categories must match INI settings. 2021-01-10 15:32:00 -05:00
bunnei
16608a4224 android: frontend: Settings: Various updates and preserve single choice text in UI. 2021-01-10 15:32:00 -05:00
bunnei
03e965d2d2 android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings. 2021-01-10 15:32:00 -05:00
bunnei
30e6b79bbc android: frontend: Enlarge icon for launcher. 2021-01-10 15:32:00 -05:00
bunnei
c0bdcc22bb android: frontend: SettingsFragmentPresenter: Organize settings into logical categories. 2021-01-10 15:32:00 -05:00
bunnei
cf4de4c295 android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting. 2021-01-10 15:31:59 -05:00
bunnei
72bd34a46e android: frontend: InputOverlay: Fix setting save for portrait mode. 2021-01-10 15:31:59 -05:00