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
*
kernel/svc: Correct output parameter for svcGetProcessId
Lioncash
2018-12-19
1
-1
/
+9
*
Merge pull request #1899 from lioncash/state
bunnei
2018-12-14
1
-17
/
+5
|
\
|
*
svc: Enable svcQueryProcessMemory
Lioncash
2018-12-12
1
-0
/
+5
|
*
svc: Handle memory writing explicitly within QueryProcessMemory
Lioncash
2018-12-12
1
-17
/
+0
|
*
vm_manager: Migrate memory querying to the VMManager interface
Lioncash
2018-12-12
1
-1
/
+1
|
*
vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h
Lioncash
2018-12-12
1
-1
/
+1
*
|
svc_wrap: Correct register index for a wrapper specialization
Lioncash
2018-12-12
1
-1
/
+1
|
/
*
kernel/svc: Implement svcCreateEvent()
Lioncash
2018-12-04
1
-0
/
+13
*
svc: Implement svcCreateResourceLimit()
Lioncash
2018-11-27
1
-0
/
+8
*
Stubbed SetMemoryPermission
Frederic Laing
2018-11-03
1
-0
/
+5
*
svc: Implement svcGetProcessInfo
Lioncash
2018-10-13
1
-0
/
+8
*
Changed all casts in svc_wrap.h to be static_cast instead
David Marcec
2018-10-10
1
-25
/
+28
*
Fixed incorrect types for svcBreak
David Marcec
2018-10-10
1
-0
/
+5
*
kernel/svc: Implement svcGetThreadContext()
Lioncash
2018-09-30
1
-0
/
+5
*
svc_wrap: Convert the PARAM macro into a function
Lioncash
2018-09-18
1
-37
/
+36
*
svc: Correct parameter type for OutputDebugString()
Lioncash
2018-09-12
1
-2
/
+2
*
Add additional missing format.
Michael Scire
2018-06-22
1
-2
/
+6
*
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-06-21
1
-0
/
+10
*
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