9161 Commits

Author SHA1 Message Date
bunnei
f3830432d0 android: config: Fix settings conflict with use_frame_limit_alternate. 2020-07-30 16:49:26 -04:00
bunnei
e310b07420 Update strings.xml 2020-07-30 16:49:26 -04:00
Nathan Lepori
96d1fd4f10 Implemented switch for sliding finger across dpad + fixed sensitivity 2020-07-30 16:49:26 -04:00
SachinVin
aa997054e4 video_core/CMakeLists.txt: Use toolchain cmake in shader header generator 2020-07-30 16:49:26 -04:00
SachinVin
52adcc518f gl_state.cpp: Fix typo in texture buffer LUT 2020-07-30 16:49:26 -04:00
SachinVin
946bb1c415 android : EmulationActivity: Don't show rationale if the permission was denied indefinitely 2020-07-30 16:49:26 -04:00
SachinVin
ec4ca0d3d4 fix formatting 2020-07-30 16:49:26 -04:00
SachinVin
a5253969ce android: Disable sensors when emulation is paused 2020-07-30 16:49:26 -04:00
SachinVin
eaa00fac8c android : refactor button_manager{.cpp, .h} to input_manager
Now that it also handles sensors
2020-07-30 16:49:26 -04:00
SutandoTsukai181
1492225dd2 Update framebuffer layout when closing the settings
Fixes an issue where the default layout gets applied when closing the settings, which is noticable if you swap screens before changing the layout.
2020-07-30 16:49:26 -04:00
SutandoTsukai181
f2d88e075e Add Cardboard VR
Based on hrydgard/ppsspp/pull/12449
2020-07-30 16:49:26 -04:00
SutandoTsukai181
f25a269f33 Add Stereoscopy settings UI 2020-07-30 16:49:26 -04:00
SachinVin
39f1290b94 Run clang-format 2020-07-30 16:49:26 -04:00
SutandoTsukai181
1d57bc5176 Remove unnecessary conditional 2020-07-30 16:49:26 -04:00
SutandoTsukai181
a8d0b8e25f Wait on present_queue instead of free_queue 2020-07-30 16:49:26 -04:00
SutandoTsukai181
090b5c05c4 Remove reference to "has_custom_button_text" 2020-07-30 16:49:26 -04:00
SutandoTsukai181
b0df21619c Properly handle button_text for android 2020-07-30 16:49:26 -04:00
SutandoTsukai181
5fd2994d79 Port "applets/swkbd: Properly handle button_text"
from citra-emu/citra/pull/5381
2020-07-30 16:49:25 -04:00
Tobias
65d98351bb AndroidManifest: Remove the maximum aspect ratio entirely 2020-07-30 16:49:25 -04:00
Tobias
52a7351b21 AndroidManifest: Increase the maximum aspect ratio
This should help display the app on the whole screen on 21:9 devices like the Experia Z5.
2020-07-30 16:49:25 -04:00
bunnei
717166fb18 gl_shader_decompiler: Improve performance of accurate_mul on Android. 2020-07-30 16:49:25 -04:00
weihuoya
d51a91e2cb presenting in the ui thread 2020-07-30 16:49:25 -04:00
weihuoya
7648b60a6b presenting if need 2020-07-30 16:49:25 -04:00
weihuoya
a90bc173a8 use separate texture buffer for light and fog 2020-07-30 16:49:25 -04:00
zhang wei
5be0ed172e Minor fixes to the UX (#126) 2020-07-30 16:49:25 -04:00
SachinVin
a4a076482d Update: dynarmic
Rebase on MerryMage/dynarmic@659d78c
2020-07-30 16:49:25 -04:00
bunnei
9a91dd537e android: CheckBoxSetting: Fix a ClassCastException exception with isChecked. 2020-07-30 16:49:25 -04:00
bunnei
3b49051161 android: MainActivity: Fix a nullptr exception with onSaveInstanceState. 2020-07-30 16:49:25 -04:00
bunnei
ce6a3f53d1 android: SettingsFragmentPresenter: Fix a nullptr exception with loadSettingsList. 2020-07-30 16:49:25 -04:00
bunnei
9c15d83359 Revert "Presenting in ui thread (#92)"
This reverts commit d1c2e8fb88873bf8642d07ca7e386cc1bac19692.
2020-07-30 16:49:25 -04:00
bunnei
3dcfeb44c4 android: native: Reload game specific settings when in game. 2020-07-30 16:49:25 -04:00
zhang wei
4f6990fe83 Presenting in ui thread (#92)
* present in ui thread

* rm test file

* use gradle 3.6.3

* fx present issue
2020-07-30 16:49:25 -04:00
xperia64
8b135f7ba7 Disable deptch stencil shader in texture_downloader_es for now 2020-07-30 16:49:25 -04:00
SachinVin
fb38fe618d android : Fix touchscreen for reals
Adds proper multitouch tracking for touchscreen
2020-07-30 16:49:25 -04:00
SachinVin
640261f686 core/frontend/emu_window: return true when TouchPressed is consumed 2020-07-30 16:49:25 -04:00
xperia64
10616e4a85 Clamp the circle pad more correctly 2020-07-30 16:49:25 -04:00
xperia64
e2769c2d9d Fix the N3DS controls 2020-07-30 16:49:25 -04:00
xperia64
aba2872781 Shield TV driver bug workaround 2020-07-30 16:49:25 -04:00
SachinVin
1194d7ac99 android : InputOverlayDrawableDpad.java: Initialize mTrackId to -1 2020-07-30 16:49:25 -04:00
SachinVin
85592e739d android: Bring back git hash version name 2020-07-30 16:49:25 -04:00
bunnei
4df0e3373e android: game_settings: Mario & Luigi games require accurate mul. 2020-07-30 16:49:25 -04:00
BreadFish64
f312794ca6 video_core/GLES: fix issues cause by missing glTextureBarrier
create a duplicate for sampling instead
2020-07-30 16:49:25 -04:00
BreadFish64
272fc33945 actually add icons 2020-07-30 16:49:25 -04:00
BreadFish64
b2cd4ea84f add icon to CIA install menu item 2020-07-30 16:49:25 -04:00
BreadFish64
3088deb9d4 refresh game list after installing CIA 2020-07-30 16:49:25 -04:00
BreadFish64
16b7b74957 android: Add initial CIA installation 2020-07-30 16:49:25 -04:00
bunnei
6992039847 android: game_settings: Further cleanups. 2020-07-30 16:49:25 -04:00
bunnei
628bc35ce7 android: native: Set game specific settings before initializing core.
- Allows some other settings to be overridden.
2020-07-30 16:49:25 -04:00
bunnei
8a64252b03 android: game_settings: Disable asynch GPU with DQ7.
- This was causing some issues.
2020-07-30 16:49:25 -04:00
Nathan Lepori
d05f7cd5ec Implemented joystick-style directional pad overlay 2020-07-30 16:49:25 -04:00