9103 Commits

Author SHA1 Message Date
bunnei
dc89a221b8 android: jni: Add IDCache to cache Java methods. 2021-01-10 15:32:38 -05:00
bunnei
c3f17db5ac android: Picasso: Use newer version and some minor cleanup. 2021-01-10 15:32:38 -05:00
bunnei
becce3fe30 android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2021-01-10 15:32:38 -05:00
bunnei
21ac55157d 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-01-10 15:32:38 -05:00
bunnei
49c928341b android: native: Use actual array length for banner copy. 2021-01-10 15:32:38 -05:00
bunnei
9698931a27 android: frontend: Add config option for linear filtering. 2021-01-10 15:32:38 -05:00
bunnei
1017e3d3f5 android: settings: Add/update missing config options from latest master. 2021-01-10 15:32:38 -05:00
bunnei
7a4c84f577 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-01-10 15:32:38 -05:00
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