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
*
Includde saturation in the evaluation of the control code
Rodolfo Bogado
2018-12-22
1
-3
/
+4
*
Handle RZ cases evaluating the expression instead of the register value.
Rodolfo Bogado
2018-12-22
1
-14
/
+22
*
complete emulation of ZeroFlag
Rodolfo Bogado
2018-12-22
1
-100
/
+97
*
Merge pull request #1921 from ogniK5377/no-unit
bunnei
2018-12-21
14
-3
/
+34
|
\
|
*
hopefully fix clang format issue
David Marcec
2018-12-19
1
-0
/
+1
|
*
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-12-19
14
-3
/
+33
*
|
Merge pull request #1920 from heapo/texture_format_selection
bunnei
2018-12-21
1
-1
/
+11
|
\
\
|
*
|
Texture format fixes: Flag RGBA16UI as GL_RGBA_INTEGER format, and interpret ...
heapo
2018-12-18
1
-1
/
+11
|
|
/
*
|
Merge pull request #1925 from lioncash/pid
bunnei
2018-12-21
7
-28
/
+59
|
\
\
|
*
|
kernel/svc: Handle thread handles within GetProcessId
Lioncash
2018-12-19
1
-10
/
+23
|
*
|
kernel/kernel: Use correct initial PID for userland Process instances
Lioncash
2018-12-18
2
-4
/
+14
|
*
|
kernel/svc: Correct output parameter for svcGetThreadId
Lioncash
2018-12-18
1
-1
/
+1
|
*
|
kernel/thread: Make thread_id a 64-bit value
Lioncash
2018-12-18
4
-7
/
+7
|
*
|
kernel/svc: Correct output parameter for svcGetProcessId
Lioncash
2018-12-18
2
-2
/
+10
|
*
|
kernel/process: Make process_id a 64-bit value
Lioncash
2018-12-18
3
-6
/
+6
*
|
|
Merge pull request #1914 from lioncash/id
bunnei
2018-12-21
1
-2
/
+5
|
\
\
\
|
*
|
|
service/am: Unstub GetAppletResourceUserId
Lioncash
2018-12-17
1
-2
/
+5
|
|
/
/
*
|
|
Merge pull request #1923 from ogniK5377/nfp-device-list
bunnei
2018-12-19
1
-2
/
+2
|
\
\
\
|
*
|
|
Device handle should not be a random id, instead it's the current npad id
David Marcec
2018-12-19
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1909 from heapo/shadow_sampling_fixes
bunnei
2018-12-19
1
-16
/
+14
|
\
\
\
|
*
|
|
Fix arrayed shadow sampler array slice/depth comparison ordering, as well as ...
heapo
2018-12-17
1
-16
/
+14
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1915 from lioncash/sm
bunnei
2018-12-19
1
-4
/
+5
|
\
\
\
|
*
|
|
service/sm: Improve debug log for RegisterService
Lioncash
2018-12-18
1
-4
/
+5
|
|
/
/
*
|
|
Merge pull request #1907 from lioncash/attribute
bunnei
2018-12-19
3
-14
/
+279
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
svc: Implement svcSetMemoryAttribute
Lioncash
2018-12-19
1
-5
/
+46
|
*
|
vm_manager: Add member function for setting memory attributes across an addre...
Lioncash
2018-12-19
2
-0
/
+41
|
*
|
vm_manager: Add member function for checking a memory range adheres to certai...
Lioncash
2018-12-19
2
-0
/
+100
|
*
|
vm_manager: Rename meminfo_state to state
Lioncash
2018-12-15
2
-10
/
+9
|
*
|
vm_manager: Add backing functionality for memory attributes
Lioncash
2018-12-15
2
-1
/
+85
*
|
|
Merge pull request #1913 from MerryMage/default-fpcr
bunnei
2018-12-18
1
-0
/
+3
|
\
\
\
|
*
|
|
kernel/thread: Set default fpcr
MerryMage
2018-12-18
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1918 from MerryMage/cntfrq
bunnei
2018-12-18
1
-0
/
+1
|
\
\
\
|
*
|
|
arm_dynarmic: Set CNTFRQ value
MerryMage
2018-12-18
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #1917 from ReinUsesLisp/fixup-half
bunnei
2018-12-18
1
-1
/
+1
|
\
\
\
|
*
|
|
shader_bytecode: Fixup half float's operator B encoding
ReinUsesLisp
2018-12-18
1
-1
/
+1
*
|
|
|
Merge pull request #1889 from DarkLordZach/swkbd-state-changed
bunnei
2018-12-18
3
-6
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
applets: Correct usage of SignalStateChanged event
Zach Hilman
2018-12-09
3
-6
/
+4
*
|
|
|
Merge pull request #1903 from heapo/fmul_postfactor
bunnei
2018-12-17
2
-5
/
+21
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Implement postfactor multiplication/division for fmul instructions
heapo
2018-12-17
2
-5
/
+21
*
|
|
|
Merge pull request #1905 from bunnei/ignore-empty-gpu-lists
bunnei
2018-12-15
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
nvhost_gpu: Skip empty GPU command lists.
bunnei
2018-12-15
1
-0
/
+4
*
|
|
|
|
Merge pull request #1901 from jschmer/ServiceLeak
bunnei
2018-12-15
2
-10
/
+12
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Fix Service object leak on emulation stop
Jens Schmer
2018-12-13
2
-10
/
+12
*
|
|
|
|
Merge pull request #1732 from DarkLordZach/yield-types
bunnei
2018-12-15
5
-9
/
+181
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
svc: Avoid incorrect fast yield condition
Zach Hilman
2018-12-04
1
-6
/
+1
|
*
|
|
|
scheduler: Avoid manual Reschedule call
Zach Hilman
2018-12-03
2
-11
/
+11
|
*
|
|
|
scheduler: Only work steal higher priority threads from other cores
Zach Hilman
2018-12-03
3
-35
/
+24
|
*
|
|
|
svc: Avoid performance-degrading unnecessary reschedule
Zach Hilman
2018-12-02
2
-8
/
+6
|
*
|
|
|
scheduler: Add explanations for YieldWith and WithoutLoadBalancing
Zach Hilman
2018-11-22
6
-79
/
+141
|
*
|
|
|
svc: Implement yield types 0 and -1
Zach Hilman
2018-11-18
6
-2
/
+130
[next]