aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service
Commit message (Expand)AuthorAge
...
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-07
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
* fixed weird spacingGravatar bunnei2014-04-27
* hackish but working way to set the framebuffer location to VRAM (used in ARM1...Gravatar bunnei2014-04-27
* added simple GSP GPU ReadHWRegs function to support returning the framebuffe...Gravatar bunnei2014-04-26
* added GSP::RegisterInterruptRelayQueue functionGravatar bunnei2014-04-24
* - refactored how service functions are calledGravatar bunnei2014-04-24
* fixed bug with printing std::string in log messagesGravatar bunnei2014-04-16
* added class stub for HID:User serviceGravatar bunnei2014-04-16
* updated service commentsGravatar bunnei2014-04-16
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-16
* removed no longer used function headerGravatar bunnei2014-04-15
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-15
* fixed naming for APT_UGravatar bunnei2014-04-15
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-15
* 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
* - renamed hle_syscall to just syscallGravatar bunnei2014-04-11