9017 Commits

Author SHA1 Message Date
bunnei
ebe77c59f2 android: jni: Add IDCache to cache Java methods. 2020-06-16 15:03:52 -04:00
bunnei
991ec9f2b0 android: Picasso: Use newer version and some minor cleanup. 2020-06-16 15:03:52 -04:00
bunnei
ba9a467f2b android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2020-06-16 15:03:52 -04:00
bunnei
281ec2da7b 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.
2020-06-16 15:03:51 -04:00
bunnei
77cd5ea046 android: native: Use actual array length for banner copy. 2020-06-16 15:03:51 -04:00
bunnei
d2a23098f2 android: frontend: Add config option for linear filtering. 2020-06-16 15:03:51 -04:00
bunnei
f90853e30d android: settings: Add/update missing config options from latest master. 2020-06-16 15:03:51 -04:00
bunnei
2472e954f1 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-06-16 15:03:51 -04:00
bunnei
c8f37a97fd android: input: Add support for gamepads. 2020-06-16 15:03:51 -04:00
bunnei
a1f58cb5eb android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2020-06-16 15:03:51 -04:00
bunnei
a64559a4c0 android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2020-06-16 15:03:51 -04:00
Weiyi Wang
628675deb6 Add reset button to slider setting 2020-06-16 15:03:50 -04:00
Weiyi Wang
43ed38242b move speed limiter to general 2020-06-16 15:03:50 -04:00
bunnei
8825af368a android: frontend: SettingsFile: Add button strings. 2020-06-16 15:03:50 -04:00
bunnei
b719615714 android: frontend: strings: Cleanup for controller input. 2020-06-16 15:03:50 -04:00
bunnei
a0755458c3 android: app: Add method to get global context. 2020-06-16 15:03:50 -04:00
bunnei
39926ce7a0 android: jni: Remove unnecessary code. 2020-06-16 15:03:50 -04:00
Weiyi Wang
58b55c5cd6 remove redundant code 2020-06-16 15:03:50 -04:00
Weiyi Wang
4f544aa98c Also fix default value for speed limiter & audio stretcher 2020-06-16 15:03:50 -04:00
Weiyi Wang
aa064f9f6b Accurate GS is default to true in config 2020-06-16 15:03:49 -04:00
Weiyi Wang
d8784c6acf fix system clock default value 2020-06-16 15:03:49 -04:00
Weiyi Wang
930d93b86c fix time picker not saving/loading time 2020-06-16 15:03:49 -04:00
Weiyi Wang
b8b48bce4e Fix TimePicker style 2020-06-16 15:03:49 -04:00
Weiyi Wang
ddafab17a9 move "select game folder" string to resource 2020-06-16 15:03:49 -04:00
Weiyi Wang
c699fd7a48 Add title to file picker 2020-06-16 15:03:49 -04:00
bunnei
27b1f62ecd android: config: Enable accurate multiplication by default. 2020-06-16 15:03:49 -04:00
bunnei
48d9d05988 android: frontend: Update circle pad icon resources. 2020-06-16 15:03:48 -04:00
bunnei
91ce94fd93 android: frontend: Swap select and start buttons to match 3DS. 2020-06-16 15:03:48 -04:00
bunnei
9160085b7a android: frontend: settings: String cleanup & minor improvements. 2020-06-16 15:03:48 -04:00
bunnei
c623504308 android: native: Ensure game config is re-loaded before starting. 2020-06-16 15:03:48 -04:00
bunnei
324cf9b019 android: frontend: Remove Home button for now, as it does not do anything. 2020-06-16 15:03:48 -04:00
bunnei
a9362d60c9 android: frontend: Add a confirmation dialog on game exit. 2020-06-16 15:03:48 -04:00
bunnei
0f2e28ef5c android: frontend: Update controls overlay placement for new icon resources. 2020-06-16 15:03:48 -04:00
bunnei
4c4da0510e android: frontend: Update to new icon resources. 2020-06-16 15:03:47 -04:00
bunnei
a60c447d31 android: frontend: settings: Add performance warnings for relevant settings. 2020-06-16 15:03:47 -04:00
bunnei
56fb1e0549 android: frontend: Remove "Toggle All" option from toggle controls.
- This was broken, and is not terribly useful as-is.
2020-06-16 15:03:47 -04:00
bunnei
43bb93795a android: frontend: Decrease spacing between game cards. 2020-06-16 15:03:47 -04:00
bunnei
37cecc53a2 android: jni: Fix management of core emulation state and various cleanups.
- Fixes a shutdown crash.
2020-06-16 15:03:47 -04:00
bunnei
0fb74ba437 android: frontend: Fix bug where games could be double-clicked. 2020-06-16 15:03:46 -04:00
bunnei
0451a70b6e android: jni: Sanitize analog stick inputs.
- Fixes bug where joystick sometimes is unresponsive.
2020-06-16 15:03:46 -04:00
bunnei
9656dedb95 android: frontend: Fix default state for toggle controls, enable D-pad by default. 2020-06-16 15:03:46 -04:00
bunnei
c093b85654 android: frontend: Add persistent changeable layout option for landscape mode. 2020-06-16 15:03:46 -04:00
bunnei
4f1218c90d android: frontend: Track screen layout separately for orientation. 2020-06-16 15:03:46 -04:00
bunnei
09e15e750d android: frontend: Add MobileLandscape layout profile for mobile devices. 2020-06-16 15:03:46 -04:00
James Rowe
f5a9d9276c Adds in missing changes to gradle file and updates dynarmic 2020-06-16 15:03:46 -04:00
bunnei
2a47fb0768 android: jni: button_manager: Fix circle pad on subsequent game launch.
- We were missing an UnregisterFactory call for AnalogDevice.
2020-06-16 15:03:46 -04:00
bunnei
a64a3b9a0e android: frontend: MainPresenter: Refresh game directory on app boot. 2020-06-16 15:03:45 -04:00
bunnei
d9c9103927 android: jni: game_info: Fix crash on banner load for missing title. 2020-06-16 15:03:45 -04:00
bunnei
bc06218da3 android: jni: config: Fix bug preventing creation of config.ini. 2020-06-16 15:03:45 -04:00
bunnei
832314a813 android: frontend: StartupHandler: Add an intro sequence to pick game dir. 2020-06-16 15:03:45 -04:00