summaryrefslogtreecommitdiffstats
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed hw_lcd module to just lcdbunnei2014-04-181-2/+0
* added GSP heap memory allocationbunnei2014-04-181-1/+25
* added a new function wrapperbunnei2014-04-171-0/+5
* 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
* - fixed tabs in function_wrappers.hbunnei2014-04-174-395/+413
* - 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-135-5/+118
* renamed class Interface_SRV to SRVbunnei2014-04-131-6/+6
* added some very initial command parsing for SRV Syncbunnei2014-04-131-5/+31
* added a GetPointer function for reading from HLE command bufferbunnei2014-04-132-0/+14
* added OS memory read/write for thread command bufferbunnei2014-04-132-3/+55
* cleanups to service HLEbunnei2014-04-132-8/+8
* - added HLE to connect to "srv:" servicebunnei2014-04-135-130/+328
* - renamed hle_syscall to just syscallbunnei2014-04-125-101/+145
* replace tabs with spacesbunnei2014-04-121-6/+6
* moved hle.cpp into hle folder (due to mistake earlier)bunnei2014-04-121-0/+57
* added remaining known syscall functions to Syscall_Tablebunnei2014-04-111-0/+80
* base code to call a syscall from ARM11 appcorebunnei2014-04-113-7/+56
* changed some naming/misc cleanupsbunnei2014-04-113-18/+17
* - removed syscall classes (will just use HLEFunction)bunnei2014-04-113-15/+17
* added initial modules for setting up SysCall HLEbunnei2014-04-114-0/+825