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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: kernel: Move SVC to its own namesapce.
bunnei
2020-04-17
1
-3
/
+3
*
kernel/svc: Deglobalize the supervisor call handlers
Lioncash
2019-04-08
1
-1
/
+5
*
vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h
Lioncash
2018-12-12
1
-16
/
+0
*
svc: Localize the GetInfo enum class to the function itself
Lioncash
2018-10-26
1
-32
/
+0
*
svc: Implement svcGetInfo command 0xF0000002
Lioncash
2018-10-26
1
-0
/
+1
*
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo()
Lioncash
2018-10-15
1
-2
/
+2
*
Add & correct miscellaneous things (#470)
greggameplayer
2018-05-26
1
-0
/
+3
*
svc: Add additional fields to MemoryInfo struct.
bunnei
2018-01-19
1
-0
/
+4
*
SVC: Add 4.0.0+ comment to GetInfoType enum values.
Subv
2018-01-17
1
-0
/
+1
*
Added more svcGetInfo pairs
David Marcec
2018-01-16
1
-0
/
+13
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
Subv
2018-01-10
1
-0
/
+1
*
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-09
1
-1
/
+1
*
hle: Move SVC code to kernel namespace.
bunnei
2018-01-03
1
-0
/
+38