aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2014-04-16updated service commentsbunnei
2014-04-16- fixed tabs in function_wrappers.hbunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
2014-04-15removed no longer used function headerbunnei
2014-04-15restructured hle:services completely to use function lookup tablesbunnei
2014-04-15fixed naming for APT_Ubunnei
2014-04-15- extracted srv: calls from service.cpp and put in its own modulebunnei
2014-04-13added a stub for GetLockHandlebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei
2014-04-13renamed class Interface_SRV to SRVbunnei
2014-04-13added some very initial command parsing for SRV Syncbunnei
2014-04-13added a GetPointer function for reading from HLE command bufferbunnei
2014-04-12added OS memory read/write for thread command bufferbunnei
2014-04-12cleanups to service HLEbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
2014-04-11- renamed hle_syscall to just syscallbunnei
2014-04-11replace tabs with spacesbunnei
2014-04-11moved hle.cpp into hle folder (due to mistake earlier)bunnei
2014-04-11added remaining known syscall functions to Syscall_Tablebunnei
2014-04-10base code to call a syscall from ARM11 appcorebunnei
2014-04-10changed some naming/misc cleanupsbunnei
2014-04-10- removed syscall classes (will just use HLEFunction)bunnei
2014-04-10added initial modules for setting up SysCall HLEbunnei