index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
android
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-03
android: Convert FloatSetting to Kotlin
Charles Lombardo
2
-23
/
+9
2023-06-03
android: Convert BooleanSetting to Kotlin
Charles Lombardo
2
-23
/
+9
2023-06-03
android: Convert SubmenuSetting to Kotlin
Charles Lombardo
2
-21
/
+15
2023-06-03
android: Convert StringSingleChoiceSetting to Kotlin
Charles Lombardo
2
-82
/
+61
2023-06-03
android: Convert SliderSetting to Kotlin
Charles Lombardo
2
-101
/
+72
2023-06-03
android: Convert SingleChoiceSetting to Kotlin
Charles Lombardo
2
-60
/
+44
2023-06-03
android: Convert SettingsItem to Kotlin
Charles Lombardo
2
-100
/
+30
2023-06-03
android: Convert HeaderSetting to Kotlin
Charles Lombardo
2
-14
/
+12
2023-06-03
android: Convert DateTimeSetting to Kotlin
Charles Lombardo
2
-40
/
+35
2023-06-03
android: Convert CheckBoxSetting to Kotlin
Charles Lombardo
2
-80
/
+91
2023-06-03
android: Convert GameAdapter to Kotlin
Charles Lombardo
2
-244
/
+178
2023-06-03
android: Convert SettingsAdapter to Kotlin
Charles Lombardo
3
-366
/
+315
2023-06-03
android: Convert EmulationActivity to Kotlin
Charles Lombardo
2
-347
/
+286
2023-06-03
android: Use material slider in settings dialog
Charles Lombardo
1
-20
/
+20
2023-06-03
android: Convert Settings to Kotlin
Charles Lombardo
2
-127
/
+145
2023-06-03
android: Use androidx preferences
Charles Lombardo
1
-0
/
+2
2023-06-03
android: frontend: Add unique error strings for Vulkan initialization errors.
bunnei
2
-19
/
+25
2023-06-03
android: Use the center of the object and reduce draw calls
german77
8
-59
/
+76
2023-06-03
android: Replace old buttons with vectors
german77
149
-71
/
+613
2023-06-03
android: Enable Kotlin support
Charles Lombardo
4
-26
/
+30
2023-06-03
android: Upgrade java version to 11
Charles Lombardo
1
-2
/
+2
2023-06-03
android: Upgrade dependencies
Charles Lombardo
1
-4
/
+4
2023-06-03
android: Upgrade to AGP 7.4.2
Charles Lombardo
1
-1
/
+1
2023-06-03
android: Replace lintOptions with lint
Charles Lombardo
1
-1
/
+1
2023-06-03
android: Move namespace to app module build.gradle
Charles Lombardo
2
-2
/
+3
2023-06-03
android: bump compile/target sdk to 33
Charles Lombardo
1
-2
/
+2
2023-06-03
android: Upgrade gradle to 8.0.1
Charles Lombardo
1
-1
/
+1
2023-06-03
CMake: fix pkg-config behavior when building for Android
liushuyu
1
-0
/
+1
2023-06-03
CI: add Android build systems
liushuyu
1
-0
/
+0
2023-06-03
android: build.gradle: Cleanup build types.
bunnei
1
-7
/
+1
2023-06-03
android: frontend: settings: Add graphics debugging.
bunnei
4
-6
/
+18
2023-06-03
android: jni: Ensure system is only initialized once.
bunnei
4
-8
/
+8
2023-06-03
android: frontend: Cleanup framerate counter.
bunnei
2
-4
/
+3
2023-06-03
android: vulkan: Implement adrenotools turbo mode.
bunnei
5
-1
/
+13
2023-06-03
android: frontend: Add support for GPU driver selection.
bunnei
9
-3
/
+251
2023-06-03
android: native: Add support for custom Vulkan driver loading.
bunnei
6
-44
/
+109
2023-06-03
android: EmulationFragment: Always reset overlay.
bunnei
1
-1
/
+2
2023-06-03
android: Add motion sensor
Narr the Reg
2
-20
/
+65
2023-06-03
android: Hook jni input properly
Narr the Reg
5
-90
/
+104
2023-06-03
android: cleanup touch update loop
Narr the Reg
1
-28
/
+50
2023-06-03
android: Clean joystick overlay
Narr the Reg
3
-135
/
+131
2023-06-03
android: Clean dpad overlay
Narr the Reg
2
-192
/
+174
2023-06-03
android: Clean button overlay
Narr the Reg
2
-195
/
+65
2023-06-03
android: Add all buttons to screen controller
Narr the Reg
4
-209
/
+104
2023-06-03
android: Apply clang format
Narr the Reg
2
-9
/
+9
2023-06-03
android: frontend: Implement game grid view. (#9)
bunnei
15
-174
/
+272
2023-06-03
android: Replace notification icon with yuzu
german77
3
-0
/
+0
2023-06-03
android: strings: Refresh key dumping URL.
bunnei
1
-1
/
+1
2023-06-03
android: frontend: Modify ROM load messaging for invalid keys.
bunnei
2
-7
/
+11
2023-06-03
android: frontend: Integrate key installation for SAF.
bunnei
18
-19
/
+100
2023-06-03
android: jni: Add function to reload keys.
bunnei
3
-2
/
+14
2023-06-03
android: EmulationActivity: Temporarily disable running notification.
bunnei
2
-7
/
+12
2023-06-03
android: Implement SAF support & migrate to SDK 31. (#4)
bunnei
32
-688
/
+615
2023-06-03
android: Harden emulation shutdown when loader fails.
bunnei
1
-6
/
+12
2023-06-03
android: SettingsFragmentPresenter: Fix default renderer backend.
bunnei
1
-1
/
+1
2023-06-03
android: jni: native: Add lock around HaltEmulation, tighten run loop.
bunnei
1
-1
/
+3
2023-06-03
android: jni: native: Refactor locking for is_running.
bunnei
1
-8
/
+21
2023-06-03
android: jni: native: Remove unnecessary atomic for is_running.
bunnei
1
-6
/
+5
2023-06-03
android: jni: native: Tighten up emulation start/stop signaling.
bunnei
1
-58
/
+64
2023-06-03
android: jni: native: Consolidate emulation state into EmulationSession singleton.
bunnei
1
-67
/
+164
2023-06-03
android: Frontend: Fix rendering aspect ratio & add a setting for it.
bunnei
6
-1
/
+24
2023-06-03
android: Integrate settings frontend with yuzu & remove unused code.
bunnei
25
-1759
/
+949
2023-06-03
android: Minimize frontend & convert to yuzu.
bunnei
128
-2509
/
+934
2023-06-03
android: Minimal JNI for yuzu.
bunnei
7
-0
/
+640
2023-06-03
android: Add Citra frontend.
bunnei
319
-0
/
+13799