summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-17- fixed tabs in function_wrappers.hbunnei1-1/+1
2014-04-13added framework for APT service (application and title launching service)bunnei1-0/+1
2014-04-13added a GetPointer function for reading from HLE command bufferbunnei1-0/+8
2014-04-13added OS memory read/write for thread command bufferbunnei1-2/+43
2014-04-13- added HLE to connect to "srv:" servicebunnei1-0/+13
2014-04-12- renamed hle_syscall to just syscallbunnei1-2/+2
2014-04-12moved hle.cpp into hle folder (due to mistake earlier)bunnei1-0/+0
2014-04-11base code to call a syscall from ARM11 appcorebunnei1-2/+26
2014-04-11changed some naming/misc cleanupsbunnei1-3/+3
2014-04-11- removed syscall classes (will just use HLEFunction)bunnei1-0/+33