Charles Lombardo
|
3774ad03a0
|
android: Convert HeaderSetting to Kotlin
|
2023-06-01 17:58:16 -07:00 |
|
Charles Lombardo
|
c6a30fa5f4
|
android: Convert DateTimeSetting to Kotlin
|
2023-06-01 17:58:16 -07:00 |
|
Charles Lombardo
|
61d3cc85d9
|
android: Convert CheckBoxSetting to Kotlin
|
2023-06-01 17:58:16 -07:00 |
|
Charles Lombardo
|
e0294387fd
|
android: Convert GameAdapter to Kotlin
|
2023-06-01 17:58:16 -07:00 |
|
Charles Lombardo
|
a4f0606b49
|
android: Convert SettingsAdapter to Kotlin
Update SettingsAdapter.kt
|
2023-06-01 17:58:16 -07:00 |
|
Charles Lombardo
|
8e50be498c
|
android: Convert EmulationActivity to Kotlin
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
db61cbddb8
|
android: Use material slider in settings dialog
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
d98d0934bf
|
android: Convert Settings to Kotlin
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
78ce062056
|
android: Use androidx preferences
|
2023-06-01 17:58:15 -07:00 |
|
bunnei
|
fe52eae6aa
|
android: frontend: Add unique error strings for Vulkan initialization errors.
|
2023-06-01 17:58:15 -07:00 |
|
german77
|
26fcdfa866
|
android: Use the center of the object and reduce draw calls
|
2023-06-01 17:58:15 -07:00 |
|
german77
|
ca4dcc534c
|
android: Replace old buttons with vectors
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
79ca81d083
|
android: Enable Kotlin support
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
05ac2ee236
|
android: Upgrade java version to 11
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
64c7a0f362
|
android: Upgrade dependencies
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
2612a650de
|
android: Upgrade to AGP 7.4.2
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
b96b73de7a
|
android: Replace lintOptions with lint
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
c602840394
|
android: Move namespace to app module build.gradle
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
5db24dc615
|
android: bump compile/target sdk to 33
|
2023-06-01 17:58:15 -07:00 |
|
Charles Lombardo
|
999b2b5c31
|
android: Upgrade gradle to 8.0.1
|
2023-06-01 17:58:15 -07:00 |
|
liushuyu
|
7762a95a62
|
video_core: fix clang-format errors
|
2023-06-01 17:58:15 -07:00 |
|
liushuyu
|
3eb3728774
|
CMake: fix pkg-config behavior when building for Android
|
2023-06-01 17:58:15 -07:00 |
|
liushuyu
|
f0147a2971
|
CI: add Android build systems
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
7e6363965d
|
android: build.gradle: Cleanup build types.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
066608f25c
|
android: frontend: settings: Add graphics debugging.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
c291d2c641
|
android: jni: Ensure system is only initialized once.
- Fixes likelihood that fastmem allocation succeeds.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
132c0c5245
|
video_core: vulkan_device: Correct error message for unsuitable driver.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
9df5c4ee2a
|
android: frontend: Cleanup framerate counter.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
2e31a5fb6d
|
android: vulkan: Implement adrenotools turbo mode.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
2fabcac53d
|
android: vulkan_device: Disable VK_EXT_extended_dynamic_state2 on Qualcomm.
- Newer drivers report this as supported, but it is broken.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
d5e9afa0ff
|
android: frontend: Add support for GPU driver selection.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
331eff1501
|
android: native: Add support for custom Vulkan driver loading.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
1ca44a3f0c
|
core: frontend: Refactor GraphicsContext to its own module.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
6ed874cf76
|
common: dynamic_library: Add ctor for existing handle.
|
2023-06-01 17:58:14 -07:00 |
|
bunnei
|
dc2e756fc3
|
android: EmulationFragment: Always reset overlay.
- Ensures correct placement until we have better overlay configuration.
|
2023-06-01 17:58:14 -07:00 |
|
Billy Laws
|
68fe698120
|
Avoid using VectorExtractDynamic for subgroup mask on Adreno GPUs
This crashes their shader compiler for some reason.
|
2023-06-01 17:58:14 -07:00 |
|
Billy Laws
|
c1f5f1d581
|
Implement scaled vertex buffer format emulation
These formats are unsupported by mobile GPUs so they need to be emulated in shaders instead.
|
2023-06-01 17:58:14 -07:00 |
|
Billy Laws
|
1e2371057e
|
Disable push descriptors on adreno drivers
Regular descriptors are around 1.5x faster to update.
|
2023-06-01 17:58:14 -07:00 |
|
Billy Laws
|
6ea54d1b13
|
Disable VK_EXT_extended_dynamic_state on mali
|
2023-06-01 17:58:14 -07:00 |
|
Billy Laws
|
d2cbe4252c
|
Disable multithreaded pipeline compilation on Qualcomm drivers
This causes crashes during compilation on several 6xx and 5xx driver versions.
|
2023-06-01 17:58:13 -07:00 |
|
Narr the Reg
|
8a0495a56c
|
android: Add motion sensor
|
2023-06-01 17:58:13 -07:00 |
|
Narr the Reg
|
830ca4627e
|
android: Hook jni input properly
|
2023-06-01 17:58:13 -07:00 |
|
Narr the Reg
|
85b4c4e409
|
android: cleanup touch update loop
|
2023-06-01 17:58:13 -07:00 |
|
Narr the Reg
|
e20125ca2e
|
android: Clean joystick overlay
|
2023-06-01 17:58:13 -07:00 |
|
Narr the Reg
|
edf29db8ee
|
android: Clean dpad overlay
|
2023-06-01 17:58:13 -07:00 |
|
Narr the Reg
|
cfee9c5988
|
android: Clean button overlay
|
2023-06-01 17:58:13 -07:00 |
|
Narr the Reg
|
37529f023e
|
android: Add all buttons to screen controller
|
2023-06-01 17:58:13 -07:00 |
|
Narr the Reg
|
8af8f6fc27
|
android: Apply clang format
|
2023-06-01 17:58:13 -07:00 |
|
bunnei
|
87dbc7c0a4
|
android: frontend: Implement game grid view. (#9)
|
2023-06-01 17:58:13 -07:00 |
|
german77
|
5a54309cc0
|
android: Replace notification icon with yuzu
|
2023-06-01 17:58:13 -07:00 |
|