Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - added HLE to connect to "srv:" service | bunnei | 2014-04-13 | 5 | -130/+328 |
| | | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function | ||||
* | - renamed hle_syscall to just syscall | bunnei | 2014-04-12 | 5 | -101/+145 |
| | | | | - added service.h as an initial service interface | ||||
* | replace tabs with spaces | bunnei | 2014-04-12 | 1 | -6/+6 |
| | |||||
* | moved hle.cpp into hle folder (due to mistake earlier) | bunnei | 2014-04-12 | 1 | -0/+57 |
| | |||||
* | added remaining known syscall functions to Syscall_Table | bunnei | 2014-04-11 | 1 | -0/+80 |
| | |||||
* | base code to call a syscall from ARM11 appcore | bunnei | 2014-04-11 | 3 | -7/+56 |
| | |||||
* | changed some naming/misc cleanups | bunnei | 2014-04-11 | 3 | -18/+17 |
| | |||||
* | - removed syscall classes (will just use HLEFunction) | bunnei | 2014-04-11 | 3 | -15/+17 |
| | | | | | - added hle.cpp and module registration - removed unused code | ||||
* | added initial modules for setting up SysCall HLE | bunnei | 2014-04-11 | 4 | -0/+825 |