SachinVin
7a044d9586
android: disk_shader: add UI
...
# Conflicts:
# src/android/app/src/main/res/values/strings.xml
ui pt3
2021-04-23 22:38:35 -07:00
SachinVin
39c002f6cd
android: use string resources for disk shader progress
...
# Conflicts:
# src/android/app/src/main/res/values/strings.xml
2021-04-23 22:38:35 -07:00
SachinVin
c5dd439e53
android: progress bar for disk shaders
2021-04-23 22:38:35 -07:00
SachinVin
1acc0884db
andoid: update default_ini.h
2021-04-23 22:38:35 -07:00
SachinVin
9ed737b609
disk_shader:update directory structure
2021-04-23 22:38:35 -07:00
SachinVin
84cf87c40d
disk_shader: Port multi thread shader compile from yuzu
...
video_core: store emu_window for creating shared context
2021-04-23 22:38:35 -07:00
SachinVin
f627440bb3
disk_shader : non separable
2021-04-23 22:38:35 -07:00
bunnei
7928c4b152
Revert com.android.billingclient:billing to 2.0.3
...
- This is soon deprecated, but likely the last open source version of the building library.
2021-04-23 22:38:35 -07:00
xperia64
5ea0430669
Update gradle
2021-04-23 22:38:35 -07:00
bunnei
9f143505da
android: Update mainfiest and build.grade for target SDK version 29.
2021-04-23 22:38:35 -07:00
xperia64
5f79f9ed6d
Partial revert of Choreographer implementation; it doesn't seem *that* much worse...
2021-04-23 22:38:35 -07:00
xperia64
0184e1af53
Fix crash related to unpause being called after stop
2021-04-23 22:38:35 -07:00
bunnei
ce6b480bee
android: jni: Fix missing camera includes.
2021-04-23 22:38:35 -07:00
zhupengfei
c029c9fe6c
android: Add a warning when saving state
...
Display a warning when a user saves a state, until they explicitly choose to not see it anymore.
2021-04-23 22:38:35 -07:00
zhupengfei
b38ff54af6
android: Use DialogFragment for the core error dialog
...
Fixes a bug when changing orientation while the dialog is shown.
2021-04-23 22:38:35 -07:00
zhupengfei
a56eba77fb
fixup! android: Add savestates UI
2021-04-23 22:38:35 -07:00
zhupengfei
c0942a59c8
android: Handle core errors
...
The errors are handled in a similar manner to the Qt frontend: an AlertDialog
will pop up, prompting the user to select 'Abort' or 'Continue'.
Error messages are translatable as string values.
2021-04-23 22:38:35 -07:00
zhupengfei
cf84342e35
android: Add savestates UI
...
A simple menu with savestates info.
2021-04-23 22:38:35 -07:00
zhupengfei
8a31ffaf22
core, video_core: Fixes to make savestates work
...
1. Acquire the context before initializing renderer when using async gpu
2. Do not try present when renderer is nullptr
This has some potential race condition but is also what we do in qt
3. Synchronize before serializing video core (WaitForProcessing)
For this, the GPU thread is changed to pop commands *after* processing.
4. Avoid waiting on future fences
Such events can exist in core timing queue when deserializing.
2021-04-23 22:38:35 -07:00
bunnei
77c8cb23a0
android: config: Fix setting for use_frame_limit.
2021-04-23 22:38:35 -07:00
bunnei
a748c2cc7e
Update strings.xml
2021-04-23 22:38:34 -07:00
Nathan Lepori
ab285bb6bb
Implemented switch for sliding finger across dpad + fixed sensitivity
2021-04-23 22:38:34 -07:00
SachinVin
0507234077
video_core/CMakeLists.txt: Use toolchain cmake in shader header generator
2021-04-23 22:38:34 -07:00
SachinVin
a09d30298e
gl_state.cpp: Fix typo in texture buffer LUT
2021-04-23 22:38:34 -07:00
SachinVin
08432346f7
android : EmulationActivity: Don't show rationale if the permission was denied indefinitely
2021-04-23 22:38:34 -07:00
SachinVin
d5e765fa53
fix formatting
2021-04-23 22:38:34 -07:00
SachinVin
428b0910ef
android: Disable sensors when emulation is paused
2021-04-23 22:38:34 -07:00
SachinVin
337da335d6
android : refactor button_manager{.cpp, .h} to input_manager
...
Now that it also handles sensors
2021-04-23 22:38:34 -07:00
SutandoTsukai181
6aa9b1c9dc
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.
2021-04-23 22:38:34 -07:00
SutandoTsukai181
bf02579927
Add Cardboard VR
...
Based on hrydgard/ppsspp/pull/12449
2021-04-23 22:38:34 -07:00
SutandoTsukai181
8027b7cfe7
Add Stereoscopy settings UI
2021-04-23 22:38:34 -07:00
SachinVin
98205a3324
Run clang-format
2021-04-23 22:38:34 -07:00
SutandoTsukai181
e2689ee93c
Remove unnecessary conditional
2021-04-23 22:38:34 -07:00
SutandoTsukai181
b55da9bef3
Wait on present_queue instead of free_queue
2021-04-23 22:38:34 -07:00
SutandoTsukai181
a6a4eb7a7a
Remove reference to "has_custom_button_text"
2021-04-23 22:38:34 -07:00
SutandoTsukai181
7fc4de5330
Properly handle button_text for android
2021-04-23 22:38:34 -07:00
Tobias
3c40cbf6fb
AndroidManifest: Remove the maximum aspect ratio entirely
2021-04-23 22:38:34 -07:00
Tobias
c8345b2cb4
AndroidManifest: Increase the maximum aspect ratio
...
This should help display the app on the whole screen on 21:9 devices like the Experia Z5.
2021-04-23 22:38:34 -07:00
bunnei
3bc5c81c7f
gl_shader_decompiler: Improve performance of accurate_mul on Android.
2021-04-23 22:38:34 -07:00
weihuoya
84d295a06d
presenting in the ui thread
2021-04-23 22:38:34 -07:00
weihuoya
ac686b1be4
presenting if need
2021-04-23 22:38:34 -07:00
weihuoya
8dfd31510b
use separate texture buffer for light and fog
2021-04-23 22:38:34 -07:00
zhang wei
7f9f84f9ea
Minor fixes to the UX ( #126 )
2021-04-23 22:38:34 -07:00
bunnei
1e34cde400
android: CheckBoxSetting: Fix a ClassCastException exception with isChecked.
2021-04-23 22:38:34 -07:00
bunnei
355312170c
android: MainActivity: Fix a nullptr exception with onSaveInstanceState.
2021-04-23 22:38:34 -07:00
bunnei
b605845090
android: SettingsFragmentPresenter: Fix a nullptr exception with loadSettingsList.
2021-04-23 22:38:34 -07:00
bunnei
31fb157ae6
Revert "Presenting in ui thread ( #92 )"
...
This reverts commit d1c2e8fb88873bf8642d07ca7e386cc1bac19692.
2021-04-23 22:38:34 -07:00
bunnei
813b6008a2
android: native: Reload game specific settings when in game.
2021-04-23 22:38:34 -07:00
zhang wei
c4f7e2dc95
Presenting in ui thread ( #92 )
...
* present in ui thread
* rm test file
* use gradle 3.6.3
* fx present issue
2021-04-23 22:38:34 -07:00
xperia64
a0fd0deab6
Disable deptch stencil shader in texture_downloader_es for now
2021-04-23 22:38:34 -07:00