summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-21renamed "syscall" module to "svc" (more accurate naming)bunnei1-1/+1
2014-05-15added function stubs for EatCycles and ReSchedulebunnei1-0/+4
2014-05-08- removed HLE mem "hack" and replaced with kernel mem regionbunnei1-21/+0
2014-04-25moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei1-2/+0
2014-04-17- fixed tabs in function_wrappers.hbunnei1-0/+1
2014-04-13added a GetPointer function for reading from HLE command bufferbunnei1-0/+6
2014-04-13added OS memory read/write for thread command bufferbunnei1-1/+12
2014-04-13- added HLE to connect to "srv:" servicebunnei1-0/+7
2014-04-12replace tabs with spacesbunnei1-6/+6
2014-04-11base code to call a syscall from ARM11 appcorebunnei1-2/+4
2014-04-11changed some naming/misc cleanupsbunnei1-13/+15
2014-04-11- removed syscall classes (will just use HLEFunction)bunnei1-8/+10
2014-04-11added initial modules for setting up SysCall HLEbunnei1-0/+35