summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-081-21/+0
* moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei2014-04-251-2/+0
* - fixed tabs in function_wrappers.hbunnei2014-04-171-0/+1
* added a GetPointer function for reading from HLE command bufferbunnei2014-04-131-0/+6
* added OS memory read/write for thread command bufferbunnei2014-04-131-1/+12
* - added HLE to connect to "srv:" servicebunnei2014-04-131-0/+7
* replace tabs with spacesbunnei2014-04-121-6/+6
* base code to call a syscall from ARM11 appcorebunnei2014-04-111-2/+4
* changed some naming/misc cleanupsbunnei2014-04-111-13/+15
* - removed syscall classes (will just use HLEFunction)bunnei2014-04-111-8/+10
* added initial modules for setting up SysCall HLEbunnei2014-04-111-0/+35