aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/svc.h
Commit message (Collapse)AuthorAge
* dyncom: Pass SVC immediates directly.Gravatar Lioncash2015-07-21
| | | | Previously it would just re-read the already decoded instruction and extract the immediate value.
* HLE: Clean up SVC dispatch mechanismGravatar Yuri Kunde Schlesner2015-05-06
|
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
|
* License changeGravatar purpasmart962014-12-20
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* arm: fixed bug in how thread context switch occurs with SkyEyeGravatar bunnei2014-06-05
|
* svc: added ArbitrationType enumerationGravatar bunnei2014-05-29
|
* renamed "syscall" module to "svc" (more accurate naming)Gravatar bunnei2014-05-20