Weiyi Wang
db0e2cba3f
Fix TimePicker style
2021-02-21 18:06:20 -05:00
Weiyi Wang
7d0905295c
move "select game folder" string to resource
2021-02-21 18:06:20 -05:00
Weiyi Wang
9e789b3bc5
Add title to file picker
2021-02-21 18:06:20 -05:00
bunnei
1e071d3c9f
android: config: Enable accurate multiplication by default.
2021-02-21 18:06:20 -05:00
bunnei
37f5b9f6c5
android: frontend: Update circle pad icon resources.
2021-02-21 18:06:20 -05:00
bunnei
231f7fede5
android: frontend: Swap select and start buttons to match 3DS.
2021-02-21 18:06:20 -05:00
bunnei
65e55078ac
android: frontend: settings: String cleanup & minor improvements.
2021-02-21 18:06:20 -05:00
bunnei
95e1c4ac13
android: native: Ensure game config is re-loaded before starting.
2021-02-21 18:06:20 -05:00
bunnei
ec5baf2edd
android: frontend: Remove Home button for now, as it does not do anything.
2021-02-21 18:06:20 -05:00
bunnei
7ae012c937
android: frontend: Add a confirmation dialog on game exit.
2021-02-21 18:06:20 -05:00
bunnei
44f62f2857
android: frontend: Update controls overlay placement for new icon resources.
2021-02-21 18:06:20 -05:00
bunnei
5f9967bf12
android: frontend: Update to new icon resources.
2021-02-21 18:06:20 -05:00
bunnei
a5cf813d2e
android: frontend: settings: Add performance warnings for relevant settings.
2021-02-21 18:06:20 -05:00
bunnei
987ae79ac4
android: frontend: Remove "Toggle All" option from toggle controls.
...
- This was broken, and is not terribly useful as-is.
2021-02-21 18:06:20 -05:00
bunnei
33274b8bb3
android: frontend: Decrease spacing between game cards.
2021-02-21 18:06:20 -05:00
bunnei
40391df1eb
android: jni: Fix management of core emulation state and various cleanups.
...
- Fixes a shutdown crash.
2021-02-21 18:06:19 -05:00
bunnei
d220516a2c
android: frontend: Fix bug where games could be double-clicked.
2021-02-21 18:06:19 -05:00
bunnei
8685a9f218
android: jni: Sanitize analog stick inputs.
...
- Fixes bug where joystick sometimes is unresponsive.
2021-02-21 18:06:19 -05:00
bunnei
56074b1754
android: frontend: Fix default state for toggle controls, enable D-pad by default.
2021-02-21 18:06:19 -05:00
bunnei
171fb38510
android: frontend: Add persistent changeable layout option for landscape mode.
2021-02-21 18:06:19 -05:00
bunnei
222629b195
android: frontend: Track screen layout separately for orientation.
2021-02-21 18:06:19 -05:00
bunnei
64ba419977
android: frontend: Add MobileLandscape layout profile for mobile devices.
2021-02-21 18:06:19 -05:00
James Rowe
af61478822
Adds in missing changes to gradle file and updates dynarmic
2021-02-21 18:06:19 -05:00
bunnei
3961943829
android: jni: button_manager: Fix circle pad on subsequent game launch.
...
- We were missing an UnregisterFactory call for AnalogDevice.
2021-02-21 18:06:19 -05:00
bunnei
bcd1c7bdfc
android: frontend: MainPresenter: Refresh game directory on app boot.
2021-02-21 18:06:19 -05:00
bunnei
59df6df795
android: jni: game_info: Fix crash on banner load for missing title.
2021-02-21 18:06:19 -05:00
bunnei
26813bab63
android: jni: config: Fix bug preventing creation of config.ini.
2021-02-21 18:06:19 -05:00
bunnei
da7b0e7f78
android: frontend: StartupHandler: Add an intro sequence to pick game dir.
2021-02-21 18:06:19 -05:00
bunnei
5241f5044e
android: frontend: SettingsFragmentPresenter: Default resolution scale to 1X.
...
- Because android phones aren't very fast.
2021-02-21 18:06:19 -05:00
bunnei
164475bc09
android: frontend: Settings: Section categories must match INI settings.
2021-02-21 18:06:19 -05:00
bunnei
fb38edb03e
android: frontend: Settings: Various updates and preserve single choice text in UI.
2021-02-21 18:06:19 -05:00
bunnei
55da147dbd
android: frontend: SettingsFragmentPresenter: Move speed limit to Graphics, give proper strings.
2021-02-21 18:06:19 -05:00
bunnei
e7c666397a
android: frontend: Enlarge icon for launcher.
2021-02-21 18:06:19 -05:00
bunnei
18a2f6e4f7
android: frontend: SettingsFragmentPresenter: Organize settings into logical categories.
2021-02-21 18:06:18 -05:00
bunnei
24e3068911
android: frontend: SettingsFragmentPresenter: Remove unnecessary settings, add JIT setting.
2021-02-21 18:06:18 -05:00
bunnei
ce700ad46d
android: frontend: InputOverlay: Fix setting save for portrait mode.
2021-02-21 18:06:18 -05:00
bunnei
214b8c1a0d
android: frontend: Fix settings slider cancel button.
2021-02-21 18:06:18 -05:00
bunnei
1130a7dac3
android: frontend: auto-reformat all code for consistent style.
2021-02-21 18:06:18 -05:00
James Rowe
d6501b6c8f
Perf: Remove more breakpoint checking in the interpreter. Move filtering earlier in the logging chain
2021-02-21 18:06:18 -05:00
bunnei
274004c17b
(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-02-21 18:06:18 -05:00
bunnei
75ccba38cb
android: frontend: Implement MobilePortrait layout, which makes more sense for mobile.
2021-02-21 18:06:18 -05:00
bunnei
381c81ad9a
android: native: Remove several unused hooks.
2021-02-21 18:06:18 -05:00
bunnei
155dcf7125
android: native: Add hooks for SwitchScreenLayout and SwapScreens.
2021-02-21 18:06:18 -05:00
bunnei
a9d793de44
android: config: Update to reflect latest settings.
2021-02-21 18:06:18 -05:00
bunnei
23d6fb0e04
android: frontend: Add base project.
2021-02-21 18:06:18 -05:00
xperia64
c2d36cde9f
Fix destructor order in rasterizer cache ( #5725 )
2021-02-21 18:05:27 -05:00
Marshall Mohror
e6c479f497
Merge pull request #5710 from BreadFish64/bonk_textures
...
gl_rasterizer_cache: Remove all fully invalid surfaces from the cache
2021-02-11 19:06:03 -06:00
Marshall Mohror
5c58620618
Merge pull request #5717 from FearlessTobi/port-5895
...
Port yuzu-emu/yuzu#5895 : "string_util: Remove MSVC workaround for converting between UTF8/UTF16"
2021-02-10 23:04:35 -06:00
Morph
7806206e90
string_util: Remove MSVC workaround for converting between UTF8/UTF16
...
This has been fixed as of Visual Studio 2019 Version 16.2
2021-02-11 00:16:33 +01:00
xperia64
2ddecf35d2
Avoid leaking fences during re-presentation ( #5713 )
...
* Avoid leaking fences during re-presentation
2021-02-09 11:32:48 -05:00