bunnei
2ef1451a72
android: frontend: Swap select and start buttons to match 3DS.
2020-07-30 16:49:18 -04:00
bunnei
a526c6eecb
android: frontend: settings: String cleanup & minor improvements.
2020-07-30 16:49:18 -04:00
bunnei
5f60ee7e07
android: native: Ensure game config is re-loaded before starting.
2020-07-30 16:49:18 -04:00
bunnei
74ee75148a
android: frontend: Remove Home button for now, as it does not do anything.
2020-07-30 16:49:18 -04:00
bunnei
0c13aea98b
android: frontend: Add a confirmation dialog on game exit.
2020-07-30 16:49:18 -04:00
bunnei
474388ce44
android: frontend: Update controls overlay placement for new icon resources.
2020-07-30 16:49:18 -04:00
bunnei
09688d97c7
android: frontend: Update to new icon resources.
2020-07-30 16:49:18 -04:00
bunnei
fbfde4bc71
android: frontend: settings: Add performance warnings for relevant settings.
2020-07-30 16:49:18 -04:00
bunnei
878e5380fc
android: frontend: Remove "Toggle All" option from toggle controls.
...
- This was broken, and is not terribly useful as-is.
2020-07-30 16:49:18 -04:00
bunnei
fde308e7f2
android: frontend: Decrease spacing between game cards.
2020-07-30 16:49:18 -04:00
bunnei
9366179cfb
android: jni: Fix management of core emulation state and various cleanups.
...
- Fixes a shutdown crash.
2020-07-30 16:49:17 -04:00
bunnei
87ac7db320
android: frontend: Fix bug where games could be double-clicked.
2020-07-30 16:49:17 -04:00
bunnei
2b5817bc92
android: jni: Sanitize analog stick inputs.
...
- Fixes bug where joystick sometimes is unresponsive.
2020-07-30 16:49:17 -04:00
bunnei
c33476673d
android: frontend: Fix default state for toggle controls, enable D-pad by default.
2020-07-30 16:49:17 -04:00
bunnei
7274dfacfe
android: frontend: Add persistent changeable layout option for landscape mode.
2020-07-30 16:49:17 -04:00
bunnei
4ed8141269
android: frontend: Track screen layout separately for orientation.
2020-07-30 16:49:17 -04:00
bunnei
509e47aa65
android: frontend: Add MobileLandscape layout profile for mobile devices.
2020-07-30 16:49:17 -04:00
James Rowe
26b238b8f6
Adds in missing changes to gradle file and updates dynarmic
2020-07-30 16:49:17 -04:00
bunnei
7ddc418f07
android: jni: button_manager: Fix circle pad on subsequent game launch.
...
- We were missing an UnregisterFactory call for AnalogDevice.
2020-07-30 16:49:17 -04:00
bunnei
54f4e4c011
android: frontend: MainPresenter: Refresh game directory on app boot.
2020-07-30 16:49:17 -04:00
bunnei
3f57af25b2
android: jni: game_info: Fix crash on banner load for missing title.
2020-07-30 16:49:17 -04:00
bunnei
15e3dc512d
android: jni: config: Fix bug preventing creation of config.ini.
2020-07-30 16:49:17 -04:00
bunnei
f09fac023e
android: frontend: StartupHandler: Add an intro sequence to pick game dir.
2020-07-30 16:49:17 -04:00
bunnei
c407e0a5d2
android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
...
- Because android phones aren't very fast.
2020-07-30 16:49:17 -04:00
bunnei
8684f3e87a
android: core: Prepare for ARM64 dynarmic support.
2020-07-30 16:49:17 -04:00
bunnei
4982db3fd5
android: frontend: Settings: Section categories must match INI settings.
2020-07-30 16:49:17 -04:00
bunnei
b28d6345b1
android: frontend: Settings: Various updates and preserve single choice text in UI.
2020-07-30 16:49:17 -04:00
bunnei
f1f9f9ecc9
android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings.
2020-07-30 16:49:17 -04:00
bunnei
3242fd2141
android: frontend: Enlarge icon for launcher.
2020-07-30 16:49:17 -04:00
bunnei
390fdbbcdd
android: frontend: SettingsFragmentPresenter: Organize settings into logical categories.
2020-07-30 16:49:17 -04:00
bunnei
a42cd70b00
android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting.
2020-07-30 16:49:17 -04:00
bunnei
40ff9bf1fa
android: frontend: InputOverlay: Fix setting save for portrait mode.
2020-07-30 16:49:17 -04:00
bunnei
1dd8acedd4
android: frontend: Fix settings slider cancel button.
2020-07-30 16:49:17 -04:00
bunnei
bc56e28508
android: frontend: auto-reformat all code for consistent style.
2020-07-30 16:49:17 -04:00
bunnei
7a47656b15
android: dynarmic: Use internal dynarmic submodule.
2020-07-30 16:49:17 -04:00
James Rowe
20555eed8e
Perf: Remove more breakpoint checking in the interpreter. Move filtering earlier in the logging chain
2020-07-30 16:49:17 -04:00
bunnei
e3b41704d5
(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-07-30 16:49:17 -04:00
bunnei
9b9f2edeb6
android: frontend: Implement MobilePortrait layout, which makes more sense for mobile.
2020-07-30 16:49:16 -04:00
bunnei
be7619133e
android: native: Remove several unused hooks.
2020-07-30 16:49:16 -04:00
bunnei
540275dca1
android: native: Add hooks for SwitchScreenLayout and SwapScreens.
2020-07-30 16:49:16 -04:00
bunnei
672233a6e8
android: config: Update to reflect latest settings.
2020-07-30 16:49:16 -04:00
bunnei
96053bf7df
android: frontend: Add base project.
2020-07-30 16:49:16 -04:00
Marshall Mohror
b94f21eacd
Merge pull request #5462 from FearlessTobi/port-4376
...
Port yuzu-emu/yuzu#4376 : "frontend: Improve wait tree readability for dark themes"
2020-07-28 12:27:54 -05:00
xperia64
b4ec50ba21
Actually return true if InitMFDLL succeeded ( #5470 )
2020-07-23 00:46:10 -04:00
Pengfei Zhu
c3673ac9cd
Merge pull request #5468 from citra-emu/zhaowenlan1779-patch-1
...
Update scan_dll.py
2020-07-22 23:13:00 +08:00
Pengfei Zhu
967f6500cf
Update scan_dll.py
...
Fix the current crossbuilding issue
2020-07-22 21:55:39 +08:00
Marshall Mohror
a34888804b
Merge pull request #5464 from FearlessTobi/port-4347
...
Port yuzu-emu/yuzu#4347 : "settings: Make use of std::string_view over std::string for logging"
2020-07-21 08:46:18 -05:00
FearlessTobi
08f3fdfaec
settings: Make use of std::string_view over std::string for logging
...
In all usages of LogSetting(), string literals are provided.
std::string_view is better suited here, as we won't churn a bunch of
string allocations every time the settings are logged out.
While we're at it, we can fold LogSetting() into LogSettings(), given
it's only ever used there.
Co-Authored-By: Mat M. <lioncash@users.noreply.github.com>
2020-07-19 15:07:16 +02:00
David Marcec
7c578b0579
frontend: Improve wait tree readability for dark themes
2020-07-19 14:41:50 +02:00
Marshall Mohror
d88d22080d
Merge pull request #5453 from FearlessTobi/port-4221
...
Port yuzu-emu/yuzu#4221 : "cmake: stop linking against QGL"
2020-07-14 09:26:43 -05:00