aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.h
AgeCommit message (Expand)Author
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
2014-04-27fixed weird spacingbunnei
2014-04-24- refactored how service functions are calledbunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
2014-04-15restructured hle:services completely to use function lookup tablesbunnei
2014-04-15- extracted srv: calls from service.cpp and put in its own modulebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei
2014-04-12cleanups to service HLEbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
2014-04-11- renamed hle_syscall to just syscallbunnei