summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - added HLE to connect to "srv:" servicebunnei2014-04-131-0/+7
| | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
* 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 hle.cpp and module registration - removed unused code
* added initial modules for setting up SysCall HLEbunnei2014-04-111-0/+35