Weiyi Wang
825e3d158f
fix system clock default value
2020-08-15 13:58:42 -04:00
Weiyi Wang
9e376f0478
fix time picker not saving/loading time
2020-08-15 13:58:42 -04:00
Weiyi Wang
2826f5636c
Fix TimePicker style
2020-08-15 13:58:42 -04:00
Weiyi Wang
07946930e0
move "select game folder" string to resource
2020-08-15 13:58:42 -04:00
Weiyi Wang
6b3ff39d77
Add title to file picker
2020-08-15 13:58:41 -04:00
bunnei
14bf4ada91
android: config: Enable accurate multiplication by default.
2020-08-15 13:58:41 -04:00
bunnei
6254f0194a
android: frontend: Update circle pad icon resources.
2020-08-15 13:58:41 -04:00
bunnei
0b680474b5
android: frontend: Swap select and start buttons to match 3DS.
2020-08-15 13:58:41 -04:00
bunnei
099a852adb
android: frontend: settings: String cleanup & minor improvements.
2020-08-15 13:58:41 -04:00
bunnei
ccc1408059
android: native: Ensure game config is re-loaded before starting.
2020-08-15 13:58:41 -04:00
bunnei
55e9747269
android: frontend: Remove Home button for now, as it does not do anything.
2020-08-15 13:58:41 -04:00
bunnei
e7449d03de
android: frontend: Add a confirmation dialog on game exit.
2020-08-15 13:58:41 -04:00
bunnei
48b4b606b8
android: frontend: Update controls overlay placement for new icon resources.
2020-08-15 13:58:41 -04:00
bunnei
67e646ec12
android: frontend: Update to new icon resources.
2020-08-15 13:58:41 -04:00
bunnei
27b6e3b872
android: frontend: settings: Add performance warnings for relevant settings.
2020-08-15 13:58:41 -04:00
bunnei
f575ae93c0
android: frontend: Remove "Toggle All" option from toggle controls.
...
- This was broken, and is not terribly useful as-is.
2020-08-15 13:58:41 -04:00
bunnei
ab11a33519
android: frontend: Decrease spacing between game cards.
2020-08-15 13:58:41 -04:00
bunnei
0a7caac498
android: jni: Fix management of core emulation state and various cleanups.
...
- Fixes a shutdown crash.
2020-08-15 13:58:41 -04:00
bunnei
5656414351
android: frontend: Fix bug where games could be double-clicked.
2020-08-15 13:58:41 -04:00
bunnei
13b8435d06
android: jni: Sanitize analog stick inputs.
...
- Fixes bug where joystick sometimes is unresponsive.
2020-08-15 13:58:41 -04:00
bunnei
e296fe3fa0
android: frontend: Fix default state for toggle controls, enable D-pad by default.
2020-08-15 13:58:41 -04:00
bunnei
5ae7096004
android: frontend: Add persistent changeable layout option for landscape mode.
2020-08-15 13:58:41 -04:00
bunnei
8eb800149d
android: frontend: Track screen layout separately for orientation.
2020-08-15 13:58:41 -04:00
bunnei
c67c98f9d8
android: frontend: Add MobileLandscape layout profile for mobile devices.
2020-08-15 13:58:41 -04:00
James Rowe
cf07f93780
Adds in missing changes to gradle file and updates dynarmic
2020-08-15 13:58:41 -04:00
bunnei
7b02f415f3
android: jni: button_manager: Fix circle pad on subsequent game launch.
...
- We were missing an UnregisterFactory call for AnalogDevice.
2020-08-15 13:58:41 -04:00
bunnei
44886ba136
android: frontend: MainPresenter: Refresh game directory on app boot.
2020-08-15 13:58:41 -04:00
bunnei
812249c843
android: jni: game_info: Fix crash on banner load for missing title.
2020-08-15 13:58:41 -04:00
bunnei
c0526b6998
android: jni: config: Fix bug preventing creation of config.ini.
2020-08-15 13:58:41 -04:00
bunnei
9421406850
android: frontend: StartupHandler: Add an intro sequence to pick game dir.
2020-08-15 13:58:41 -04:00
bunnei
a218e890b5
android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
...
- Because android phones aren't very fast.
2020-08-15 13:58:41 -04:00
bunnei
90573da796
android: core: Prepare for ARM64 dynarmic support.
2020-08-15 13:58:41 -04:00
bunnei
06840d3616
android: frontend: Settings: Section categories must match INI settings.
2020-08-15 13:58:41 -04:00
bunnei
49deb3a50c
android: frontend: Settings: Various updates and preserve single choice text in UI.
2020-08-15 13:58:41 -04:00
bunnei
5cb9ea36a6
android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings.
2020-08-15 13:58:41 -04:00
bunnei
a429cda555
android: frontend: Enlarge icon for launcher.
2020-08-15 13:58:41 -04:00
bunnei
0cac2a4664
android: frontend: SettingsFragmentPresenter: Organize settings into logical categories.
2020-08-15 13:58:41 -04:00
bunnei
d9e4da52c8
android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting.
2020-08-15 13:58:41 -04:00
bunnei
e3f9892c02
android: frontend: InputOverlay: Fix setting save for portrait mode.
2020-08-15 13:58:40 -04:00
bunnei
c2acb596fa
android: frontend: Fix settings slider cancel button.
2020-08-15 13:58:40 -04:00
bunnei
0e7c8de026
android: frontend: auto-reformat all code for consistent style.
2020-08-15 13:58:40 -04:00
bunnei
ca8df8456f
android: dynarmic: Use internal dynarmic submodule.
2020-08-15 13:58:40 -04:00
James Rowe
24dede2522
Perf: Remove more breakpoint checking in the interpreter. Move filtering earlier in the logging chain
2020-08-15 13:58:40 -04:00
bunnei
64a94d02cd
(jroweboy) Remove existing code in src/android
...
Move src/citra_android to src/android/app/src/main/jni
Disable gdbstub breakpoints on android (could be done better)
Disable LOD_BIAS for GLES (not support on gles)
2020-08-15 13:58:40 -04:00
bunnei
ebc8f89d10
android: frontend: Implement MobilePortrait layout, which makes more sense for mobile.
2020-08-15 13:58:40 -04:00
bunnei
649a1e8f3c
android: native: Remove several unused hooks.
2020-08-15 13:58:40 -04:00
bunnei
44721b4519
android: native: Add hooks for SwitchScreenLayout and SwapScreens.
2020-08-15 13:58:40 -04:00
bunnei
4925d371b3
android: config: Update to reflect latest settings.
2020-08-15 13:58:40 -04:00
bunnei
df9ac5fac2
android: frontend: Add base project.
2020-08-15 13:58:40 -04:00
Pengfei Zhu
f72be7af2d
Merge pull request #5497 from GMaxera/fix-broken-mac-os-travis-build
...
Use gtimeout on Mac OS job to incrementally build up ccache
2020-08-07 20:30:52 +08:00