bunnei
|
f5c9d06621
|
android: jni: Add IDCache to cache Java methods.
|
2020-05-20 17:35:11 -04:00 |
|
bunnei
|
9aa50b91b7
|
android: Picasso: Use newer version and some minor cleanup.
|
2020-05-20 17:35:11 -04:00 |
|
bunnei
|
9f802ffa26
|
android: AndroidManifest.xml: Require GLES 3.1 and AEP.
|
2020-05-20 17:35:10 -04:00 |
|
bunnei
|
4def69efe2
|
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-05-20 17:35:10 -04:00 |
|
bunnei
|
ed094d5cbe
|
android: native: Use actual array length for banner copy.
|
2020-05-20 17:35:10 -04:00 |
|
bunnei
|
95179be381
|
android: frontend: Add config option for linear filtering.
|
2020-05-20 17:35:10 -04:00 |
|
bunnei
|
91c0bfceac
|
android: settings: Add/update missing config options from latest master.
|
2020-05-20 17:35:10 -04:00 |
|
bunnei
|
6e60a0b053
|
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-05-20 17:35:10 -04:00 |
|
bunnei
|
d1576e68dc
|
android: input: Add support for gamepads.
|
2020-05-20 17:35:10 -04:00 |
|
bunnei
|
fb1428b85a
|
android: frontend: SettingsFragmentPresenter: Add config options for joypad controls.
|
2020-05-20 17:35:10 -04:00 |
|
bunnei
|
1707027259
|
android: frontend: MotionAlertDialog: Merge latest Dolphin code.
|
2020-05-20 17:35:10 -04:00 |
|
Weiyi Wang
|
10e2c693b9
|
Add reset button to slider setting
|
2020-05-20 17:35:10 -04:00 |
|
Weiyi Wang
|
66b1edc33c
|
move speed limiter to general
|
2020-05-20 17:35:09 -04:00 |
|
bunnei
|
1c18677f08
|
android: frontend: SettingsFile: Add button strings.
|
2020-05-20 17:35:09 -04:00 |
|
bunnei
|
d9fa0e4563
|
android: frontend: strings: Cleanup for controller input.
|
2020-05-20 17:35:09 -04:00 |
|
bunnei
|
dd0a222351
|
android: app: Add method to get global context.
|
2020-05-20 17:35:09 -04:00 |
|
bunnei
|
ce459d0dd3
|
android: jni: Remove unnecessary code.
|
2020-05-20 17:35:09 -04:00 |
|
Weiyi Wang
|
1e864c170a
|
remove redundant code
|
2020-05-20 17:35:09 -04:00 |
|
Weiyi Wang
|
d1c295f372
|
Also fix default value for speed limiter & audio stretcher
|
2020-05-20 17:35:09 -04:00 |
|
Weiyi Wang
|
080bcf5192
|
Accurate GS is default to true in config
|
2020-05-20 17:35:09 -04:00 |
|
Weiyi Wang
|
b0de07c75c
|
fix system clock default value
|
2020-05-20 17:35:09 -04:00 |
|
Weiyi Wang
|
19dd006636
|
fix time picker not saving/loading time
|
2020-05-20 17:35:09 -04:00 |
|
Weiyi Wang
|
d0f63a2247
|
Fix TimePicker style
|
2020-05-20 17:35:08 -04:00 |
|
Weiyi Wang
|
e6198cf13d
|
move "select game folder" string to resource
|
2020-05-20 17:35:08 -04:00 |
|
Weiyi Wang
|
2df789a92d
|
Add title to file picker
|
2020-05-20 17:35:08 -04:00 |
|
bunnei
|
530440b357
|
android: config: Enable accurate multiplication by default.
|
2020-05-20 17:35:08 -04:00 |
|
bunnei
|
b01dfbed3a
|
android: frontend: Update circle pad icon resources.
|
2020-05-20 17:35:08 -04:00 |
|
bunnei
|
e043b559f2
|
android: frontend: Swap select and start buttons to match 3DS.
|
2020-05-20 17:35:08 -04:00 |
|
bunnei
|
85f676788d
|
android: frontend: settings: String cleanup & minor improvements.
|
2020-05-20 17:35:08 -04:00 |
|
bunnei
|
62fd471bfe
|
android: native: Ensure game config is re-loaded before starting.
|
2020-05-20 17:35:08 -04:00 |
|
bunnei
|
37f140a50a
|
android: frontend: Remove Home button for now, as it does not do anything.
|
2020-05-20 17:35:07 -04:00 |
|
bunnei
|
50cf743ba8
|
android: frontend: Add a confirmation dialog on game exit.
|
2020-05-20 17:35:07 -04:00 |
|
bunnei
|
f299c55817
|
android: frontend: Update controls overlay placement for new icon resources.
|
2020-05-20 17:35:07 -04:00 |
|
bunnei
|
68b7df84a8
|
android: frontend: Update to new icon resources.
|
2020-05-20 17:35:07 -04:00 |
|
bunnei
|
685b987c43
|
android: frontend: settings: Add performance warnings for relevant settings.
|
2020-05-20 17:35:07 -04:00 |
|
bunnei
|
a758bdd3ce
|
android: frontend: Remove "Toggle All" option from toggle controls.
- This was broken, and is not terribly useful as-is.
|
2020-05-20 17:35:07 -04:00 |
|
bunnei
|
01516f61ba
|
android: frontend: Decrease spacing between game cards.
|
2020-05-20 17:35:06 -04:00 |
|
bunnei
|
87dd8888a3
|
android: jni: Fix management of core emulation state and various cleanups.
- Fixes a shutdown crash.
|
2020-05-20 17:35:06 -04:00 |
|
bunnei
|
70c0f60d38
|
android: frontend: Fix bug where games could be double-clicked.
|
2020-05-20 17:35:06 -04:00 |
|
bunnei
|
d6e210640b
|
android: jni: Sanitize analog stick inputs.
- Fixes bug where joystick sometimes is unresponsive.
|
2020-05-20 17:35:06 -04:00 |
|
bunnei
|
a992286886
|
android: frontend: Fix default state for toggle controls, enable D-pad by default.
|
2020-05-20 17:35:06 -04:00 |
|
bunnei
|
19c8f28aff
|
android: frontend: Add persistent changeable layout option for landscape mode.
|
2020-05-20 17:35:06 -04:00 |
|
bunnei
|
d514c81d16
|
android: frontend: Track screen layout separately for orientation.
|
2020-05-20 17:35:06 -04:00 |
|
bunnei
|
9574dee267
|
android: frontend: Add MobileLandscape layout profile for mobile devices.
|
2020-05-20 17:35:06 -04:00 |
|
James Rowe
|
e0d00fd634
|
Adds in missing changes to gradle file and updates dynarmic
|
2020-05-20 17:35:06 -04:00 |
|
bunnei
|
9f0ae10e44
|
android: jni: button_manager: Fix circle pad on subsequent game launch.
- We were missing an UnregisterFactory call for AnalogDevice.
|
2020-05-20 17:35:05 -04:00 |
|
bunnei
|
12a3c226b5
|
android: frontend: MainPresenter: Refresh game directory on app boot.
|
2020-05-20 17:35:05 -04:00 |
|
bunnei
|
78527f6063
|
android: jni: game_info: Fix crash on banner load for missing title.
|
2020-05-20 17:35:05 -04:00 |
|
bunnei
|
219b65af1c
|
android: jni: config: Fix bug preventing creation of config.ini.
|
2020-05-20 17:35:05 -04:00 |
|
bunnei
|
7a5e441136
|
android: frontend: StartupHandler: Add an intro sequence to pick game dir.
|
2020-05-20 17:35:05 -04:00 |
|