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
/
core
/
hle
/
kernel
/
svc_wrap.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Implement multicore support.
bunnei
2018-05-11
1
-12
/
+12
*
svc: Stub out SetThreadActivity, GetThreadContext.
bunnei
2018-04-03
1
-0
/
+5
*
svc: Stub GetThreadCoreMask.
bunnei
2018-03-30
1
-0
/
+15
*
Add UnmapSharedMemory
N00byKing
2018-02-25
1
-0
/
+5
*
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-20
1
-0
/
+9
*
svc: Implement svcMapSharedMemory.
bunnei
2018-01-14
1
-0
/
+5
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
svc: Implement GetSystemTick.
bunnei
2018-01-12
1
-0
/
+8
*
svc: Stub ResetSignal and CreateTransferMemory
Subv
2018-01-11
1
-0
/
+8
*
svc: Stub SetMemoryAttribute
Subv
2018-01-11
1
-0
/
+6
*
SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready.
Subv
2018-01-09
1
-2
/
+5
*
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-09
1
-1
/
+1
*
svc: Implement svcSignalProcessWideKey.
bunnei
2018-01-07
1
-2
/
+2
*
svc: Implement svcWaitProcessWideKeyAtomic.
bunnei
2018-01-06
1
-0
/
+5
*
hle: Move SVC code to kernel namespace.
bunnei
2018-01-03
1
-0
/
+155