index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
svc.h
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2020-04-17
core: kernel: Move SVC to its own namesapce.
bunnei
2019-04-07
kernel/svc: Deglobalize the supervisor call handlers
Lioncash
2018-12-12
vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h
Lioncash
2018-10-26
svc: Localize the GetInfo enum class to the function itself
Lioncash
2018-10-26
svc: Implement svcGetInfo command 0xF0000002
Lioncash
2018-10-14
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...
Lioncash
2018-05-25
Add & correct miscellaneous things (#470)
greggameplayer
2018-01-18
svc: Add additional fields to MemoryInfo struct.
bunnei
2018-01-16
SVC: Add 4.0.0+ comment to GetInfoType enum values.
Subv
2018-01-16
Added more svcGetInfo pairs
David Marcec
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-10
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...
Subv
2018-01-08
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-02
hle: Move SVC code to kernel namespace.
bunnei