index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
android: frontend: Add unique error strings for Vulkan initialization errors.
bunnei
2023-06-03
2
-19
/
+25
|
*
|
|
|
|
|
|
android: Use the center of the object and reduce draw calls
german77
2023-06-03
8
-59
/
+76
|
*
|
|
|
|
|
|
android: Replace old buttons with vectors
german77
2023-06-03
149
-71
/
+613
|
*
|
|
|
|
|
|
android: Enable Kotlin support
Charles Lombardo
2023-06-03
4
-26
/
+30
|
*
|
|
|
|
|
|
android: Upgrade java version to 11
Charles Lombardo
2023-06-03
1
-2
/
+2
|
*
|
|
|
|
|
|
android: Upgrade dependencies
Charles Lombardo
2023-06-03
1
-4
/
+4
|
*
|
|
|
|
|
|
android: Upgrade to AGP 7.4.2
Charles Lombardo
2023-06-03
1
-1
/
+1
|
*
|
|
|
|
|
|
android: Replace lintOptions with lint
Charles Lombardo
2023-06-03
1
-1
/
+1
|
*
|
|
|
|
|
|
android: Move namespace to app module build.gradle
Charles Lombardo
2023-06-03
2
-2
/
+3
|
*
|
|
|
|
|
|
android: bump compile/target sdk to 33
Charles Lombardo
2023-06-03
1
-2
/
+2
|
*
|
|
|
|
|
|
android: Upgrade gradle to 8.0.1
Charles Lombardo
2023-06-03
1
-1
/
+1
|
*
|
|
|
|
|
|
video_core: fix clang-format errors
liushuyu
2023-06-03
2
-4
/
+3
|
*
|
|
|
|
|
|
CMake: fix pkg-config behavior when building for Android
liushuyu
2023-06-03
2
-0
/
+4
|
*
|
|
|
|
|
|
CI: add Android build systems
liushuyu
2023-06-03
4
-0
/
+74
|
*
|
|
|
|
|
|
android: build.gradle: Cleanup build types.
bunnei
2023-06-03
1
-7
/
+1
|
*
|
|
|
|
|
|
android: frontend: settings: Add graphics debugging.
bunnei
2023-06-03
4
-6
/
+18
|
*
|
|
|
|
|
|
android: jni: Ensure system is only initialized once.
bunnei
2023-06-03
4
-8
/
+8
|
*
|
|
|
|
|
|
video_core: vulkan_device: Correct error message for unsuitable driver.
bunnei
2023-06-03
1
-1
/
+1
|
*
|
|
|
|
|
|
android: frontend: Cleanup framerate counter.
bunnei
2023-06-03
2
-4
/
+3
|
*
|
|
|
|
|
|
android: vulkan: Implement adrenotools turbo mode.
bunnei
2023-06-03
7
-3
/
+27
|
*
|
|
|
|
|
|
android: vulkan_device: Disable VK_EXT_extended_dynamic_state2 on Qualcomm.
bunnei
2023-06-03
1
-3
/
+3
|
*
|
|
|
|
|
|
android: frontend: Add support for GPU driver selection.
bunnei
2023-06-03
9
-3
/
+251
|
*
|
|
|
|
|
|
android: native: Add support for custom Vulkan driver loading.
bunnei
2023-06-03
14
-76
/
+146
|
*
|
|
|
|
|
|
core: frontend: Refactor GraphicsContext to its own module.
bunnei
2023-06-03
13
-50
/
+84
|
*
|
|
|
|
|
|
common: dynamic_library: Add ctor for existing handle.
bunnei
2023-06-03
2
-0
/
+5
|
*
|
|
|
|
|
|
android: EmulationFragment: Always reset overlay.
bunnei
2023-06-03
1
-1
/
+2
|
*
|
|
|
|
|
|
Avoid using VectorExtractDynamic for subgroup mask on Adreno GPUs
Billy Laws
2023-06-03
3
-1
/
+19
|
*
|
|
|
|
|
|
Implement scaled vertex buffer format emulation
Billy Laws
2023-06-03
9
-51
/
+97
|
*
|
|
|
|
|
|
Disable push descriptors on adreno drivers
Billy Laws
2023-06-03
1
-0
/
+4
|
*
|
|
|
|
|
|
Disable VK_EXT_extended_dynamic_state on mali
Billy Laws
2023-06-03
1
-0
/
+7
|
*
|
|
|
|
|
|
Disable multithreaded pipeline compilation on Qualcomm drivers
Billy Laws
2023-06-03
1
-1
/
+4
|
*
|
|
|
|
|
|
android: Add motion sensor
Narr the Reg
2023-06-03
4
-21
/
+92
|
*
|
|
|
|
|
|
android: Hook jni input properly
Narr the Reg
2023-06-03
5
-90
/
+104
|
*
|
|
|
|
|
|
android: cleanup touch update loop
Narr the Reg
2023-06-03
1
-28
/
+50
|
*
|
|
|
|
|
|
android: Clean joystick overlay
Narr the Reg
2023-06-03
3
-135
/
+131
|
*
|
|
|
|
|
|
android: Clean dpad overlay
Narr the Reg
2023-06-03
2
-192
/
+174
|
*
|
|
|
|
|
|
android: Clean button overlay
Narr the Reg
2023-06-03
2
-195
/
+65
|
*
|
|
|
|
|
|
android: Add all buttons to screen controller
Narr the Reg
2023-06-03
4
-209
/
+104
|
*
|
|
|
|
|
|
android: Apply clang format
Narr the Reg
2023-06-03
2
-9
/
+9
|
*
|
|
|
|
|
|
android: frontend: Implement game grid view. (#9)
bunnei
2023-06-03
15
-174
/
+272
|
*
|
|
|
|
|
|
android: Replace notification icon with yuzu
german77
2023-06-03
3
-0
/
+0
|
*
|
|
|
|
|
|
android: strings: Refresh key dumping URL.
bunnei
2023-06-03
1
-1
/
+1
|
*
|
|
|
|
|
|
android: frontend: Modify ROM load messaging for invalid keys.
bunnei
2023-06-03
2
-7
/
+11
|
*
|
|
|
|
|
|
android: frontend: Integrate key installation for SAF.
bunnei
2023-06-03
20
-21
/
+102
|
*
|
|
|
|
|
|
android: jni: Add function to reload keys.
bunnei
2023-06-03
3
-2
/
+14
|
*
|
|
|
|
|
|
core: crypto: key_manager: Add methods to reload & validate keys.
bunnei
2023-06-03
2
-0
/
+11
|
*
|
|
|
|
|
|
android: EmulationActivity: Temporarily disable running notification.
bunnei
2023-06-03
2
-7
/
+12
|
*
|
|
|
|
|
|
android: Implement SAF support & migrate to SDK 31. (#4)
bunnei
2023-06-03
38
-697
/
+851
|
*
|
|
|
|
|
|
android: Harden emulation shutdown when loader fails.
bunnei
2023-06-03
1
-6
/
+12
|
*
|
|
|
|
|
|
android: SettingsFragmentPresenter: Fix default renderer backend.
bunnei
2023-06-03
1
-1
/
+1
[prev]
[next]