summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle_syscall.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-12- renamed hle_syscall to just syscallbunnei1-37/+0
- added service.h as an initial service interface
2014-04-11base code to call a syscall from ARM11 appcorebunnei1-1/+1
2014-04-11changed some naming/misc cleanupsbunnei1-3/+0
2014-04-11- removed syscall classes (will just use HLEFunction)bunnei1-3/+1
- added hle.cpp and module registration - removed unused code
2014-04-11added initial modules for setting up SysCall HLEbunnei1-0/+42