summaryrefslogtreecommitdiffstats
path: root/src/core/hle/syscall.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - added SVC stubs for QueryMemory and GetThreadIdbunnei2014-05-161-0/+11
| | | | - added SVC structs MemoryInfo and PageInfo
* - added ThreadContext structbunnei2014-05-161-0/+14
| | | | - cleaned up CreateThread svc
* - renamed hle_syscall to just syscallbunnei2014-04-121-0/+19
- added service.h as an initial service interface