summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* svc: Fix type consistency (exposed on macOS)Merry2023-02-211-9/+9
* kernel/svc: switch to generated wrappersLiam2023-02-071-150/+514
* kernel/svc: Split implementations into separate filesLiam2023-02-051-0/+156
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: kernel: Move SVC to its own namesapce.bunnei2020-04-171-3/+3
* kernel/svc: Deglobalize the supervisor call handlersLioncash2019-04-081-1/+5
* vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.hLioncash2018-12-121-16/+0
* svc: Localize the GetInfo enum class to the function itselfLioncash2018-10-261-32/+0
* svc: Implement svcGetInfo command 0xF0000002Lioncash2018-10-261-0/+1
* svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo()Lioncash2018-10-151-2/+2
* Add & correct miscellaneous things (#470)greggameplayer2018-05-261-0/+3
* svc: Add additional fields to MemoryInfo struct.bunnei2018-01-191-0/+4
* SVC: Add 4.0.0+ comment to GetInfoType enum values.Subv2018-01-171-0/+1
* Added more svcGetInfo pairsDavid Marcec2018-01-161-0/+13
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)Subv2018-01-101-0/+1
* kernel: Rename Semaphore to ConditionVariable.bunnei2018-01-091-1/+1
* hle: Move SVC code to kernel namespace.bunnei2018-01-031-0/+38