summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/srv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed "UID" to "Handle" where appropriatebunnei2014-05-191-2/+2
* - moved Handle/Result definitions to kernel.hbunnei2014-05-191-1/+1
* added stubbed GetProcSemaphore - does nothing but avoids an exceptionbunnei2014-05-171-1/+7
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-081-1/+1
* - refactored how service functions are calledbunnei2014-04-251-3/+3
* fixed bug with printing std::string in log messagesbunnei2014-04-171-2/+2
* updated service commentsbunnei2014-04-171-0/+3
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-1/+1
* restructured hle:services completely to use function lookup tablesbunnei2014-04-161-0/+55