summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/srv.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-27srv: added a real mutex for GetProcSemaphore (instead of stubbed)bunnei1-3/+10
2014-05-19renamed "UID" to "Handle" where appropriatebunnei1-2/+2
2014-05-19- moved Handle/Result definitions to kernel.hbunnei1-1/+1
2014-05-17added stubbed GetProcSemaphore - does nothing but avoids an exceptionbunnei1-1/+7
2014-05-08- removed HLE mem "hack" and replaced with kernel mem regionbunnei1-1/+1
2014-04-25- refactored how service functions are calledbunnei1-3/+3
2014-04-17fixed bug with printing std::string in log messagesbunnei1-2/+2
2014-04-17updated service commentsbunnei1-0/+3
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-1/+1
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+55