index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
svc.h
Age
Commit message (
Expand
)
Author
2025-02-03
kernel/svc: Refactor UnmapProcessCodeMemory validation
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-02-21
svc: Fix type consistency (exposed on macOS)
Merry
2023-02-06
kernel/svc: switch to generated wrappers
Liam
2023-02-04
kernel/svc: Split implementations into separate files
Liam
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