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
bunnei
e2397a5257
android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
...
- Because android phones aren't very fast.
2021-01-10 15:32:24 -05:00
bunnei
c85d8dac28
android: frontend: Settings: Section categories must match INI settings.
2021-01-10 15:32:00 -05:00
bunnei
16608a4224
android: frontend: Settings: Various updates and preserve single choice text in UI.
2021-01-10 15:32:00 -05:00
bunnei
03e965d2d2
android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings.
2021-01-10 15:32:00 -05:00
bunnei
30e6b79bbc
android: frontend: Enlarge icon for launcher.
2021-01-10 15:32:00 -05:00
bunnei
c0bdcc22bb
android: frontend: SettingsFragmentPresenter: Organize settings into logical categories.
2021-01-10 15:32:00 -05:00
bunnei
cf4de4c295
android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting.
2021-01-10 15:31:59 -05:00
bunnei
72bd34a46e
android: frontend: InputOverlay: Fix setting save for portrait mode.
2021-01-10 15:31:59 -05:00
bunnei
33299c734f
android: frontend: Fix settings slider cancel button.
2021-01-10 15:31:59 -05:00
bunnei
acd744b184
android: frontend: auto-reformat all code for consistent style.
2021-01-10 15:31:59 -05:00
James Rowe
34873f5673
Perf: Remove more breakpoint checking in the interpreter. Move filtering earlier in the logging chain
2021-01-10 15:31:30 -05:00
bunnei
88c083e05b
(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)
2021-01-10 15:31:27 -05:00
bunnei
3871fdb660
android: frontend: Implement MobilePortrait layout, which makes more sense for mobile.
2021-01-10 15:30:35 -05:00
bunnei
6760e0b87e
android: native: Remove several unused hooks.
2021-01-10 15:30:35 -05:00
bunnei
b191a535c7
android: native: Add hooks for SwitchScreenLayout and SwapScreens.
2021-01-10 15:30:35 -05:00
bunnei
87d535b9de
android: config: Update to reflect latest settings.
2021-01-10 15:30:35 -05:00
bunnei
e88c6e9819
android: frontend: Add base project.
2021-01-10 15:30:35 -05:00
Pengfei Zhu
7c6d7905a4
Merge pull request #5670 from FearlessTobi/port-5277
...
Port yuzu-emu/yuzu#5277 : "general: Fix various spelling errors"
2021-01-09 22:10:27 +08:00
xperia64
e33677b021
Add 3D slider value to the HID shared page ( #5676 )
...
* Add 3D slider value to the HID shared page; Fixes MSet
* Use f32
2021-01-05 22:01:01 +01:00
Tobias
50eb634583
Merge pull request #5536 from FearlessTobi/port-4440
...
Port yuzu-emu/yuzu#4440 : "CMakeLists: Update several libraries"
2021-01-04 04:03:34 +01:00
FearlessTobi
0e534f7e61
CMakeFiles: Update json to 3.9.0
...
Keeps the tracked version of the library up to date.
Co-Authored-By: LC <712067+lioncash@users.noreply.github.com>
2021-01-04 03:35:56 +01:00
xperia64
c1d7ba4d60
Delete the old log file before rotating ( #5675 )
2021-01-03 14:53:23 -05:00