summaryrefslogtreecommitdiff
path: root/src/core/hle/service (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-273-9/+0
* fixed weird spacingGravatar bunnei2014-04-271-1/+1
* hackish but working way to set the framebuffer location to VRAM (used in ARM1...Gravatar bunnei2014-04-271-3/+9
* added simple GSP GPU ReadHWRegs function to support returning the framebuffe...Gravatar bunnei2014-04-261-1/+37
* added GSP::RegisterInterruptRelayQueue functionGravatar bunnei2014-04-241-31/+40
* - refactored how service functions are calledGravatar bunnei2014-04-245-19/+39
* fixed bug with printing std::string in log messagesGravatar bunnei2014-04-161-2/+2
* added class stub for HID:User serviceGravatar bunnei2014-04-163-0/+72
* updated service commentsGravatar bunnei2014-04-166-5/+17
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-167-7/+103
* removed no longer used function headerGravatar bunnei2014-04-151-2/+0
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-155-137/+215
* fixed naming for APT_UGravatar bunnei2014-04-153-9/+9
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-154-106/+105
* added a stub for GetLockHandleGravatar bunnei2014-04-133-9/+44
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-134-5/+117
* renamed class Interface_SRV to SRVGravatar bunnei2014-04-131-6/+6
* added some very initial command parsing for SRV SyncGravatar bunnei2014-04-131-5/+31
* cleanups to service HLEGravatar bunnei2014-04-122-8/+8
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-122-2/+170
* - renamed hle_syscall to just syscallGravatar bunnei2014-04-111-0/+60