aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/syscall.cpp
AgeCommit message (Collapse)Author
2014-04-16- fixed tabs in function_wrappers.hbunnei
- fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
2014-04-12- added HLE to connect to "srv:" servicebunnei
- 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-11- renamed hle_syscall to just syscallbunnei
- added service.h as an initial service interface