index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
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
|
*
|
|
|
|
|
android: jni: native: Add lock around HaltEmulation, tighten run loop.
bunnei
2023-06-03
1
-1
/
+3
|
*
|
|
|
|
|
android: jni: native: Refactor locking for is_running.
bunnei
2023-06-03
1
-8
/
+21
|
*
|
|
|
|
|
android: jni: native: Remove unnecessary atomic for is_running.
bunnei
2023-06-03
1
-6
/
+5
|
*
|
|
|
|
|
android: jni: native: Tighten up emulation start/stop signaling.
bunnei
2023-06-03
1
-58
/
+64
|
*
|
|
|
|
|
android: jni: native: Consolidate emulation state into EmulationSession singl...
bunnei
2023-06-03
1
-67
/
+164
|
*
|
|
|
|
|
android: Frontend: Fix rendering aspect ratio & add a setting for it.
bunnei
2023-06-03
7
-2
/
+25
|
*
|
|
|
|
|
android: Integrate settings frontend with yuzu & remove unused code.
bunnei
2023-06-03
25
-1759
/
+949
|
*
|
|
|
|
|
externals: add adrenotools for bcenabler
Liam
2023-06-03
2
-0
/
+34
|
*
|
|
|
|
|
device_memory: Use smaller virtual reservation size for compatibility with 39...
Liam
2023-06-03
2
-1
/
+12
|
*
|
|
|
|
|
video_core: vulkan_device: Device initialization for Adreno.
bunnei
2023-06-03
1
-3
/
+4
|
*
|
|
|
|
|
video_core: vk_pipeline_cache: Disable support_descriptor_aliasing on Android.
bunnei
2023-06-03
1
-0
/
+4
|
*
|
|
|
|
|
video_core: vk_swapchain: Fix image format for Android.
bunnei
2023-06-03
2
-0
/
+10
|
*
|
|
|
|
|
android: Minimize frontend & convert to yuzu.
bunnei
2023-06-03
128
-2509
/
+934
|
*
|
|
|
|
|
video_core: vk_blit_screen: Rotate viewport for Android landscape.
bunnei
2023-06-03
1
-0
/
+8
|
*
|
|
|
|
|
common: error: Fix for Android.
bunnei
2023-06-03
1
-1
/
+2
|
*
|
|
|
|
|
common: fs: Implement for Android.
bunnei
2023-06-03
1
-0
/
+7
|
*
|
|
|
|
|
common: logging: Implement Android logcat backend.
bunnei
2023-06-03
3
-0
/
+63
|
*
|
|
|
|
|
common: host_memory: Implement for Android.
bunnei
2023-06-03
1
-2
/
+10
|
*
|
|
|
|
|
android: Minimal JNI for yuzu.
bunnei
2023-06-03
8
-0
/
+645
|
*
|
|
|
|
|
android: Add Citra frontend.
bunnei
2023-06-03
319
-0
/
+13799
|
*
|
|
|
|
|
cmake: Integrate bundled FFmpeg for Android.
bunnei
2023-06-03
1
-1
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #10611 from liamwhite/audio-deadlock
bunnei
2023-06-05
4
-10
/
+12
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
audio_renderer: resolve adsp thread deadlock shutdown
Liam
2023-06-04
4
-10
/
+12
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #10594 from liamwhite/double-patch
bunnei
2023-06-04
1
-8
/
+12
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
fsp-srv: avoid patching romfs multiple times
Liam
2023-06-03
1
-8
/
+12
|
|
/
/
/
*
|
|
|
Merge pull request #10588 from liamwhite/vfs-cached
bunnei
2023-06-03
7
-26
/
+101
|
\
\
\
\
[prev]
[next]