summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequestbunnei2014-05-271-6/+0
* APT_U: added a debug log on calling GetLockHandlebunnei2014-05-231-0/+1
* mutex: refactored the interface to code to return a Mutex* handlebunnei2014-05-211-1/+2
* mutex: initial commit of HLE modulebunnei2014-05-211-6/+4
* service: removed redundant include of common_types.hbunnei2014-05-211-1/+0
* renamed "syscall" module to "svc" (more accurate naming)bunnei2014-05-211-1/+1
* - created a Kernel namespacebunnei2014-05-212-8/+8
* apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a magic value in other places) so that I can track how it propagates through the app codebunnei2014-05-201-1/+1
* - renamed NewHandle to CreateHandlebunnei2014-05-192-8/+8
* - updated service(s) to be KernelObject'sbunnei2014-05-196-55/+26
* renamed "UID" to "Handle" where appropriatebunnei2014-05-193-22/+20
* - moved Handle/Result definitions to kernel.hbunnei2014-05-193-7/+9
* added stubbed GetProcSemaphore - does nothing but avoids an exceptionbunnei2014-05-171-1/+7
* updated APT_U::GetLockHandle to return a valid handlebunnei2014-05-171-1/+5
* removed unknown fields from GX_CmdBufferHeaderbunnei2014-05-081-5/+0
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-084-8/+84
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei2014-04-283-9/+0
* fixed weird spacingbunnei2014-04-281-1/+1
* hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS)bunnei2014-04-271-3/+9
* added simple GSP GPU ReadHWRegs function to support returning the framebuffer addressbunnei2014-04-261-1/+37
* added GSP::RegisterInterruptRelayQueue functionbunnei2014-04-251-31/+40
* - refactored how service functions are calledbunnei2014-04-255-19/+39
* fixed bug with printing std::string in log messagesbunnei2014-04-171-2/+2
* added class stub for HID:User servicebunnei2014-04-173-0/+72
* updated service commentsbunnei2014-04-176-5/+17
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-167-7/+103
* removed no longer used function headerbunnei2014-04-161-2/+0
* restructured hle:services completely to use function lookup tablesbunnei2014-04-165-137/+215
* fixed naming for APT_Ubunnei2014-04-163-9/+9
* - extracted srv: calls from service.cpp and put in its own modulebunnei2014-04-164-106/+105
* added a stub for GetLockHandlebunnei2014-04-143-9/+44
* added framework for APT service (application and title launching service)bunnei2014-04-134-5/+117
* renamed class Interface_SRV to SRVbunnei2014-04-131-6/+6
* added some very initial command parsing for SRV Syncbunnei2014-04-131-5/+31
* cleanups to service HLEbunnei2014-04-132-8/+8
* - added HLE to connect to "srv:" servicebunnei2014-04-132-2/+170
* - renamed hle_syscall to just syscallbunnei2014-04-121-0/+60