summaryrefslogtreecommitdiffstats
path: root/src/core/hle/svc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-13svc: Move ResetType enum to the kernel event headerLioncash1-6/+0
2016-03-12svc: Remove unused ArbitrationType enumLioncash1-9/+0
2016-03-12svc: Make ResetType an enum classLioncash1-5/+4
2015-12-01Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner1-0/+29
2015-07-21dyncom: Pass SVC immediates directly.Lioncash1-1/+1
2015-05-06HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner1-1/+1
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner1-15/+0
2014-12-21License changepurpasmart961-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-06-05arm: fixed bug in how thread context switch occurs with SkyEyebunnei1-0/+4
2014-05-30svc: added ArbitrationType enumerationbunnei1-0/+9
2014-05-21renamed "syscall" module to "svc" (more accurate naming)bunnei1-2/+2
2014-05-19- moved Handle/Result definitions to kernel.hbunnei1-4/+8
2014-05-16- added SVC stubs for QueryMemory and GetThreadIdbunnei1-0/+11
2014-05-16- added ThreadContext structbunnei1-0/+14
2014-04-12- renamed hle_syscall to just syscallbunnei1-0/+19