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
*
hle: service: sm: Remove manual tracking of KServerPorts.
bunnei
2022-04-08
2
-8
/
+1
*
hle: kernel: hle_ipc: HasSessionRequestHandler: Check if domain handler is ex...
bunnei
2022-04-08
1
-1
/
+1
*
Merge pull request #8169 from merryhime/scoped_lock
bunnei
2022-04-08
29
-105
/
+105
|
\
|
*
core/hle: Standardize scoped_lock initializers
Merry
2022-04-07
5
-23
/
+23
|
*
yuzu/util: Replace lock_guard with scoped_lock
Merry
2022-04-07
1
-1
/
+1
|
*
web_service: Replace lock_guard with scoped_lock
Merry
2022-04-07
1
-2
/
+2
|
*
video_core: Replace lock_guard with scoped_lock
Merry
2022-04-07
11
-18
/
+18
|
*
input_common: Replace lock_guard with scoped_lock
Merry
2022-04-07
2
-29
/
+29
|
*
core: Replace lock_guard with scoped_lock
Merry
2022-04-07
2
-14
/
+14
|
*
core/hle: Replace lock_guard with scoped_lock
Merry
2022-04-07
4
-13
/
+13
|
*
common: Replace lock_guard with scoped_lock
Merry
2022-04-07
3
-5
/
+5
*
|
CMakeLists: Enforce C4505 and C5245
Morph
2022-04-07
1
-0
/
+2
*
|
Merge pull request #8167 from Tachi107/patch-1
merry
2022-04-07
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
fix: remove #pragma once in .cpp file
Andrea Pappacoda
2022-04-07
1
-2
/
+0
*
|
Merge pull request #8161 from liamwhite/gl-s8d24
Fernando S
2022-04-07
6
-4
/
+58
|
\
\
|
*
|
OpenGL: fix S8D24 to ABGR8 conversions
Liam
2022-04-06
6
-4
/
+58
*
|
|
Merge pull request #8152 from liamwhite/gl-crop
Fernando S
2022-04-07
3
-1
/
+10
|
\
\
\
|
*
|
|
OpenGL: fix cropping
Liam
2022-04-04
3
-1
/
+10
*
|
|
|
Merge pull request #8150 from liamwhite/vk-crop
Fernando S
2022-04-07
1
-2
/
+3
|
\
\
\
\
|
*
|
|
|
Vulkan: crop to screen dimensions if crop not explicitly requested
Liam
2022-04-04
1
-2
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #8148 from merryhime/interrupts
Fernando S
2022-04-07
6
-45
/
+42
|
\
\
\
\
|
*
|
|
|
arm_dynarmic: Use HaltReason for svc calls and reschedules
merry
2022-04-03
4
-27
/
+19
|
*
|
|
|
dynarmic: Better interrupts
merry
2022-04-03
6
-22
/
+27
*
|
|
|
|
Merge pull request #8143 from merryhime/rdtsc
Fernando S
2022-04-07
1
-14
/
+35
|
\
\
\
\
\
|
*
|
|
|
|
native_clock: Internal linkage for FencedRDTSC
Merry
2022-04-03
1
-2
/
+4
|
*
|
|
|
|
native_clock: Use lfence with rdtsc
merry
2022-04-03
1
-14
/
+33
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #8133 from liamwhite/gl-spv-cbuf
Fernando S
2022-04-07
6
-25
/
+51
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
shader_recompiler: Decrease indirect cbuf limit to match hardware
Liam
2022-04-04
1
-1
/
+1
|
*
|
|
|
shader_compiler: support const buffer indirect addressing in GLSL
Liam
2022-04-01
4
-9
/
+38
|
*
|
|
|
shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-V
Liam
2022-04-01
3
-17
/
+14
*
|
|
|
|
Merge pull request #8164 from liamwhite/jit-stub
bunnei
2022-04-06
8
-1
/
+88
|
\
\
\
\
\
|
*
|
|
|
|
service: jit: stub JIT service
Liam
2022-04-06
8
-1
/
+88
*
|
|
|
|
|
Merge pull request #8122 from bunnei/improve-thread-usage
bunnei
2022-04-06
13
-27
/
+74
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
hle: service: nvdrv: Create a service thread where appropriate.
Morph
2022-04-02
1
-1
/
+1
|
*
|
|
|
|
hle: service: vi: Create a service thread where appropriate.
bunnei
2022-04-02
1
-1
/
+2
|
*
|
|
|
|
hle: service: bsd: Create a service thread where appropriate.
bunnei
2022-04-02
1
-1
/
+2
|
*
|
|
|
|
hle: service: filesystem: Create a service thread where appropriate.
bunnei
2022-04-02
1
-5
/
+8
|
*
|
|
|
|
hle: service: audio: Create a service thread where appropriate.
bunnei
2022-04-02
2
-4
/
+6
|
*
|
|
|
|
hle: service: Add option for service interfaces to create or use the default ...
bunnei
2022-04-02
5
-11
/
+29
|
*
|
|
|
|
hle: kernel: Create a default thread for services that do not need their own ...
bunnei
2022-04-02
2
-4
/
+26
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
service: hid: Partially revert #8123
german77
2022-04-05
1
-0
/
+4
*
|
|
|
|
Merge pull request #8137 from bunnei/improve-nvflinger-2
bunnei
2022-04-05
9
-91
/
+99
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes.
bunnei
2022-04-01
2
-61
/
+42
|
*
|
|
|
hle: service: nvflinger: consumer_base: Cleanup & fixes.
bunnei
2022-04-01
2
-15
/
+17
|
*
|
|
|
hle: service: nvflinger: buffer_queue_producer: Cleanup & add GetReleasedBuff...
bunnei
2022-04-01
2
-10
/
+38
|
*
|
|
|
hle: service: nvflinger: buffer_queue_core: Cleanup & fixes.
bunnei
2022-04-01
2
-3
/
+0
|
*
|
|
|
hle: service: nvflinger: Use correct logger namespace.
bunnei
2022-04-01
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #8100 from Morph1984/registered-crash
bunnei
2022-04-05
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
registered_cache: Prevent nullptr dereference when accumulating files
Morph
2022-03-27
1
-2
/
+4
*
|
|
|
|
Merge pull request #8159 from merryhime/pst
Mai M
2022-04-05
2
-0
/
+4
|
\
\
\
\
\
[next]