8891 Commits

Author SHA1 Message Date
bunnei
48d9d05988 android: frontend: Update circle pad icon resources. 2020-06-16 15:03:48 -04:00
bunnei
91ce94fd93 android: frontend: Swap select and start buttons to match 3DS. 2020-06-16 15:03:48 -04:00
bunnei
9160085b7a android: frontend: settings: String cleanup & minor improvements. 2020-06-16 15:03:48 -04:00
bunnei
c623504308 android: native: Ensure game config is re-loaded before starting. 2020-06-16 15:03:48 -04:00
bunnei
324cf9b019 android: frontend: Remove Home button for now, as it does not do anything. 2020-06-16 15:03:48 -04:00
bunnei
a9362d60c9 android: frontend: Add a confirmation dialog on game exit. 2020-06-16 15:03:48 -04:00
bunnei
0f2e28ef5c android: frontend: Update controls overlay placement for new icon resources. 2020-06-16 15:03:48 -04:00
bunnei
4c4da0510e android: frontend: Update to new icon resources. 2020-06-16 15:03:47 -04:00
bunnei
a60c447d31 android: frontend: settings: Add performance warnings for relevant settings. 2020-06-16 15:03:47 -04:00
bunnei
56fb1e0549 android: frontend: Remove "Toggle All" option from toggle controls.
- This was broken, and is not terribly useful as-is.
2020-06-16 15:03:47 -04:00
bunnei
43bb93795a android: frontend: Decrease spacing between game cards. 2020-06-16 15:03:47 -04:00
bunnei
37cecc53a2 android: jni: Fix management of core emulation state and various cleanups.
- Fixes a shutdown crash.
2020-06-16 15:03:47 -04:00
bunnei
0fb74ba437 android: frontend: Fix bug where games could be double-clicked. 2020-06-16 15:03:46 -04:00
bunnei
0451a70b6e android: jni: Sanitize analog stick inputs.
- Fixes bug where joystick sometimes is unresponsive.
2020-06-16 15:03:46 -04:00
bunnei
9656dedb95 android: frontend: Fix default state for toggle controls, enable D-pad by default. 2020-06-16 15:03:46 -04:00
bunnei
c093b85654 android: frontend: Add persistent changeable layout option for landscape mode. 2020-06-16 15:03:46 -04:00
bunnei
4f1218c90d android: frontend: Track screen layout separately for orientation. 2020-06-16 15:03:46 -04:00
bunnei
09e15e750d android: frontend: Add MobileLandscape layout profile for mobile devices. 2020-06-16 15:03:46 -04:00
James Rowe
f5a9d9276c Adds in missing changes to gradle file and updates dynarmic 2020-06-16 15:03:46 -04:00
bunnei
2a47fb0768 android: jni: button_manager: Fix circle pad on subsequent game launch.
- We were missing an UnregisterFactory call for AnalogDevice.
2020-06-16 15:03:46 -04:00
bunnei
a64a3b9a0e android: frontend: MainPresenter: Refresh game directory on app boot. 2020-06-16 15:03:45 -04:00
bunnei
d9c9103927 android: jni: game_info: Fix crash on banner load for missing title. 2020-06-16 15:03:45 -04:00
bunnei
bc06218da3 android: jni: config: Fix bug preventing creation of config.ini. 2020-06-16 15:03:45 -04:00
bunnei
832314a813 android: frontend: StartupHandler: Add an intro sequence to pick game dir. 2020-06-16 15:03:45 -04:00
bunnei
62cf3140dc android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
- Because android phones aren't very fast.
2020-06-16 15:03:45 -04:00
bunnei
035bb32281 android: core: Prepare for ARM64 dynarmic support. 2020-06-16 15:03:45 -04:00
bunnei
2353fbe146 android: frontend: Settings: Section categories must match INI settings. 2020-06-16 15:03:45 -04:00
bunnei
e110b458a3 android: frontend: Settings: Various updates and preserve single choice text in UI. 2020-06-16 15:03:45 -04:00
bunnei
27e84f9cfc android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings. 2020-06-16 15:03:44 -04:00
bunnei
f37bdd0121 android: frontend: Enlarge icon for launcher. 2020-06-16 15:03:44 -04:00
bunnei
b9cd650a24 android: frontend: SettingsFragmentPresenter: Organize settings into logical categories. 2020-06-16 15:03:44 -04:00
bunnei
88cdfb093a android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting. 2020-06-16 15:03:44 -04:00
bunnei
8ce38efd13 android: frontend: InputOverlay: Fix setting save for portrait mode. 2020-06-16 15:03:44 -04:00
bunnei
2acca2b6ca android: frontend: Fix settings slider cancel button. 2020-06-16 15:03:44 -04:00
bunnei
2064653bcd android: frontend: auto-reformat all code for consistent style. 2020-06-16 15:03:44 -04:00
bunnei
c48e96dc1f android: dynarmic: Use internal dynarmic submodule. 2020-06-16 15:03:43 -04:00
James Rowe
9c4524281b Perf: Remove more breakpoint checking in the interpreter. Move filtering earlier in the logging chain 2020-06-16 15:03:43 -04:00
bunnei
99a2391d05 (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-06-16 15:03:43 -04:00
bunnei
7b54e7dfc7 android: frontend: Implement MobilePortrait layout, which makes more sense for mobile. 2020-06-16 15:03:42 -04:00
bunnei
3eac04285c android: native: Remove several unused hooks. 2020-06-16 15:03:42 -04:00
bunnei
3a4b387908 android: native: Add hooks for SwitchScreenLayout and SwapScreens. 2020-06-16 15:03:42 -04:00
bunnei
5b38151729 android: config: Update to reflect latest settings. 2020-06-16 15:03:42 -04:00
bunnei
248a406e99 android: frontend: Add base project. 2020-06-16 15:03:42 -04:00
xperia64
2e24183e53
Interpolation v2, w/vector and roundf (#5350) 2020-06-14 14:56:10 -04:00
Pengfei Zhu
16913feb44
Merge pull request #5273 from xperia64/frame_timing_tweak
Update FPS to roughly match the actual 3DS rate
2020-06-12 22:14:03 +08:00
xperia64
b0aa58ba56 Fix cheat frame interval 2020-06-11 23:29:12 -04:00
xperia64
c873b38387 Update codec information 2020-06-11 22:05:29 -04:00
Pengfei Zhu
5b245aafd3
Merge pull request #5402 from xperia64/update_teakra_sync
Update teakra, adjust TeakraSlice for new audio frame period
2020-06-11 22:41:01 +08:00
Pengfei Zhu
9b20ff0369
Merge pull request #5401 from xperia64/fix_pipe_read_size
Fix ReadPipeIfPossible Size
2020-06-11 22:37:50 +08:00
Pengfei Zhu
2632b421c2
Merge pull request #5266 from xperia64/audio_ticks_tweak
Adjust audio_frame_ticks
2020-06-11 22:37:30 +08:00