summaryrefslogtreecommitdiffstats
path: root/src/core/hle/svc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* svc: Move ResetType enum to the kernel event headerLioncash2016-03-131-6/+0
|
* svc: Remove unused ArbitrationType enumLioncash2016-03-121-9/+0
| | | | An equivalent enum already exists within address_arbiter.h
* svc: Make ResetType an enum classLioncash2016-03-121-5/+4
|
* Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner2015-12-011-0/+29
| | | | | This makes smealum/ctrulib@b96dd51d3349961189d4ab1bc2a5c45deff21c09 work with Citra.
* dyncom: Pass SVC immediates directly.Lioncash2015-07-211-1/+1
| | | | Previously it would just re-read the already decoded instruction and extract the immediate value.
* HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner2015-05-061-1/+1
|
* Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-091-15/+0
|
* License changepurpasmart962014-12-211-1/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
|
* arm: fixed bug in how thread context switch occurs with SkyEyebunnei2014-06-051-0/+4
|
* svc: added ArbitrationType enumerationbunnei2014-05-301-0/+9
|
* renamed "syscall" module to "svc" (more accurate naming)bunnei2014-05-211-0/+48