Commit Graph

4009 Commits

Author SHA1 Message Date
bunnei
68e198476f - added HLE to connect to "srv:" service
- added a manager for keeping track of services/ports
- added a memory mapped region for memory accessed by HLE
- added HLE for GetThreadCommandBuffer function
2014-04-12 21:55:36 -04:00
bunnei
02fbd42e7f - renamed hle_syscall to just syscall
- added service.h as an initial service interface
2014-04-11 18:44:21 -04:00
bunnei
7ea7585898 replace tabs with spaces 2014-04-11 18:09:23 -04:00
bunnei
f6c328cf37 moved hle.cpp into hle folder (due to mistake earlier) 2014-04-11 18:07:49 -04:00
bunnei
e9f0e4967d added remaining known syscall functions to Syscall_Table 2014-04-11 14:19:40 -04:00
bunnei
2bde8f2856 base code to call a syscall from ARM11 appcore 2014-04-10 23:26:12 -04:00
bunnei
3bd041f5b0 changed some naming/misc cleanups 2014-04-10 22:15:07 -04:00
bunnei
2a7d7ce55d - removed syscall classes (will just use HLEFunction)
- added hle.cpp and module registration
- removed unused code
2014-04-10 21:30:00 -04:00
bunnei
f68de21ad1 added initial modules for setting up SysCall HLE 2014-04-10 19:58:28 -04:00