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 (
Collapse
)
Author
Files
Lines
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
- Fixes state management issues across multiple boots. - Fixes crashes related to unsafe access of perf stats.
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