aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Collapse)Author
2014-04-11- renamed hle_syscall to just syscallbunnei
- added service.h as an initial service interface
2014-04-11replace tabs with spacesbunnei
2014-04-11moved hle.cpp into hle folder (due to mistake earlier)bunnei
2014-04-11added remaining known syscall functions to Syscall_Tablebunnei
2014-04-10base code to call a syscall from ARM11 appcorebunnei
2014-04-10changed some naming/misc cleanupsbunnei
2014-04-10- removed syscall classes (will just use HLEFunction)bunnei
- added hle.cpp and module registration - removed unused code
2014-04-10added initial modules for setting up SysCall HLEbunnei