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
Pengfei Zhu
565e5988ef
Merge pull request #5404 from xperia64/wmf_aac_bad
...
Fix WMF AAC Decoder Bug
2020-06-11 22:23:41 +08:00
xperia64
b0a20180ee
Update comments after hardware testing
2020-06-10 23:05:02 -04:00
xperia64
c63797a096
Recomment the ffmpeg backend
2020-06-10 19:47:28 -04:00
xperia64
016d2b08e3
Fix ffmpeg time base
2020-06-10 19:42:23 -04:00
xperia64
62e2cd6239
Use samples_per_frame instead of hardcoded 160
2020-06-10 17:10:50 -04:00
xperia64
20d823a42a
Fix WMF AAC decoder bug
2020-06-10 16:58:09 -04:00
Pengfei Zhu
e6ad0d390e
Merge pull request #5381 from zhaowenlan1779/swkbd-another-fix
...
applets/swkbd: Properly handle button_text
2020-06-08 22:04:49 +08:00
xperia64
daf0e750d2
Update teakra, adjust TeakraSlice for new audio frame period
2020-06-07 20:06:22 -04:00
xperia64
fd0a618b16
Fix ReadPipeIfPossible
2020-06-07 16:16:36 -04:00