summaryrefslogtreecommitdiffstats
path: root/src/core/hle/syscall.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - fixed tabs in function_wrappers.hbunnei2014-04-171-126/+138
| | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
* - added HLE to connect to "srv:" servicebunnei2014-04-131-128/+138
| | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
* - renamed hle_syscall to just syscallbunnei2014-04-121-0/+153
- added service.h as an initial service interface