8895 Commits

Author SHA1 Message Date
Weiyi Wang
db39e15982 Accurate GS is default to true in config 2020-09-12 00:09:11 -07:00
Weiyi Wang
8611ed2aa8 fix system clock default value 2020-09-12 00:09:11 -07:00
Weiyi Wang
3675587528 fix time picker not saving/loading time 2020-09-12 00:09:11 -07:00
Weiyi Wang
4d8d28bcb9 Fix TimePicker style 2020-09-12 00:09:11 -07:00
Weiyi Wang
a75935fafc move "select game folder" string to resource 2020-09-12 00:09:11 -07:00
Weiyi Wang
be4868de28 Add title to file picker 2020-09-12 00:09:11 -07:00
bunnei
791dfe6451 android: config: Enable accurate multiplication by default. 2020-09-12 00:09:11 -07:00
bunnei
9fabee9c66 android: frontend: Update circle pad icon resources. 2020-09-12 00:09:11 -07:00
bunnei
f656bff46f android: frontend: Swap select and start buttons to match 3DS. 2020-09-12 00:09:10 -07:00
bunnei
99f3db3d69 android: frontend: settings: String cleanup & minor improvements. 2020-09-12 00:09:10 -07:00
bunnei
f48d28bb92 android: native: Ensure game config is re-loaded before starting. 2020-09-12 00:09:10 -07:00
bunnei
7024fa2296 android: frontend: Remove Home button for now, as it does not do anything. 2020-09-12 00:09:10 -07:00
bunnei
cf72f266a9 android: frontend: Add a confirmation dialog on game exit. 2020-09-12 00:09:10 -07:00
bunnei
34553e385b android: frontend: Update controls overlay placement for new icon resources. 2020-09-12 00:09:10 -07:00
bunnei
cba96af5a3 android: frontend: Update to new icon resources. 2020-09-12 00:09:10 -07:00
bunnei
d4003193bc android: frontend: settings: Add performance warnings for relevant settings. 2020-09-12 00:09:10 -07:00
bunnei
71eb3898b6 android: frontend: Remove "Toggle All" option from toggle controls.
- This was broken, and is not terribly useful as-is.
2020-09-12 00:09:10 -07:00
bunnei
c54b1fa0e1 android: frontend: Decrease spacing between game cards. 2020-09-12 00:09:10 -07:00
bunnei
91990cf09d android: jni: Fix management of core emulation state and various cleanups.
- Fixes a shutdown crash.
2020-09-12 00:09:10 -07:00
bunnei
7b77c35edf android: frontend: Fix bug where games could be double-clicked. 2020-09-12 00:09:10 -07:00
bunnei
d3d9aa637d android: jni: Sanitize analog stick inputs.
- Fixes bug where joystick sometimes is unresponsive.
2020-09-12 00:09:10 -07:00
bunnei
f91e8e1cf0 android: frontend: Fix default state for toggle controls, enable D-pad by default. 2020-09-12 00:09:10 -07:00
bunnei
7db684f1cd android: frontend: Add persistent changeable layout option for landscape mode. 2020-09-12 00:09:10 -07:00
bunnei
2952363549 android: frontend: Track screen layout separately for orientation. 2020-09-12 00:09:10 -07:00
bunnei
eb094e377f android: frontend: Add MobileLandscape layout profile for mobile devices. 2020-09-12 00:09:10 -07:00
James Rowe
18d08a9d0d Adds in missing changes to gradle file and updates dynarmic 2020-09-12 00:09:09 -07:00
bunnei
359bfe8b55 android: jni: button_manager: Fix circle pad on subsequent game launch.
- We were missing an UnregisterFactory call for AnalogDevice.
2020-09-12 00:09:09 -07:00
bunnei
6a3fa8423a android: frontend: MainPresenter: Refresh game directory on app boot. 2020-09-12 00:09:09 -07:00
bunnei
74e9708afb android: jni: game_info: Fix crash on banner load for missing title. 2020-09-12 00:09:09 -07:00
bunnei
8703051be0 android: jni: config: Fix bug preventing creation of config.ini. 2020-09-12 00:09:09 -07:00
bunnei
2afd0c62db android: frontend: StartupHandler: Add an intro sequence to pick game dir. 2020-09-12 00:09:09 -07:00
bunnei
54a60a581e android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
- Because android phones aren't very fast.
2020-09-12 00:09:09 -07:00
bunnei
722d35ed1a android: core: Prepare for ARM64 dynarmic support. 2020-09-12 00:09:09 -07:00
bunnei
c8f4941c0f android: frontend: Settings: Section categories must match INI settings. 2020-09-12 00:09:09 -07:00
bunnei
fd76432869 android: frontend: Settings: Various updates and preserve single choice text in UI. 2020-09-12 00:09:09 -07:00
bunnei
d2ced94670 android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings. 2020-09-12 00:09:09 -07:00
bunnei
81a060f802 android: frontend: Enlarge icon for launcher. 2020-09-12 00:09:09 -07:00
bunnei
c7c41586ca android: frontend: SettingsFragmentPresenter: Organize settings into logical categories. 2020-09-12 00:09:09 -07:00
bunnei
68cabace70 android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting. 2020-09-12 00:09:09 -07:00
bunnei
d68d0aa8e0 android: frontend: InputOverlay: Fix setting save for portrait mode. 2020-09-12 00:09:09 -07:00
bunnei
fa48f28aff android: frontend: Fix settings slider cancel button. 2020-09-12 00:09:09 -07:00
bunnei
c0a9ca70db android: frontend: auto-reformat all code for consistent style. 2020-09-12 00:09:09 -07:00
bunnei
133f9251dc android: dynarmic: Use internal dynarmic submodule. 2020-09-12 00:09:09 -07:00
James Rowe
f277d60bf5 Perf: Remove more breakpoint checking in the interpreter. Move filtering earlier in the logging chain 2020-09-12 00:09:09 -07:00
bunnei
180aabe2db (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-09-12 00:09:09 -07:00
bunnei
fd7b0a6e11 android: frontend: Implement MobilePortrait layout, which makes more sense for mobile. 2020-09-12 00:09:08 -07:00
bunnei
8484c160a9 android: native: Remove several unused hooks. 2020-09-12 00:09:08 -07:00
bunnei
60a5c0968c android: native: Add hooks for SwitchScreenLayout and SwapScreens. 2020-09-12 00:09:08 -07:00
bunnei
9bda3eedaf android: config: Update to reflect latest settings. 2020-09-12 00:09:08 -07:00
bunnei
a4c16e2e25 android: frontend: Add base project. 2020-09-12 00:09:08 -07:00