aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/service.cpp
Commit message (Collapse)AuthorAge
...
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-16
| | | | - various cleanups/refactors to HLE services
* fixed naming for APT_UGravatar bunnei2014-04-15
|
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-15
| | | | | - added function tables for service calls - lots of refactoring
* added a stub for GetLockHandleGravatar bunnei2014-04-13
|
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-13
|
* renamed class Interface_SRV to SRVGravatar bunnei2014-04-13
|
* added some very initial command parsing for SRV SyncGravatar bunnei2014-04-13
|
* cleanups to service HLEGravatar bunnei2014-04-12
|
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-12
- added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function