summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/service.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanups to service HLEbunnei2014-04-131-2/+2
|
* - added HLE to connect to "srv:" servicebunnei2014-04-131-2/+55
| | | | | | - 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/+60
- added service.h as an initial service interface