Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - removed HLE mem "hack" and replaced with kernel mem region | bunnei | 2014-05-08 | 1 | -21/+0 |
| | | | | | - added a helper function for getting command buffer for services - fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue) | ||||
* | moved HLE::MRC to its own module, added support for catching data synchronization barrier command | bunnei | 2014-04-25 | 1 | -2/+0 |
| | |||||
* | - fixed tabs in function_wrappers.h | bunnei | 2014-04-17 | 1 | -0/+1 |
| | | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1 | ||||
* | added a GetPointer function for reading from HLE command buffer | bunnei | 2014-04-13 | 1 | -0/+6 |
| | |||||
* | added OS memory read/write for thread command buffer | bunnei | 2014-04-13 | 1 | -1/+12 |
| | |||||
* | - added HLE to connect to "srv:" service | bunnei | 2014-04-13 | 1 | -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 spaces | bunnei | 2014-04-12 | 1 | -6/+6 |
| | |||||
* | base code to call a syscall from ARM11 appcore | bunnei | 2014-04-11 | 1 | -2/+4 |
| | |||||
* | changed some naming/misc cleanups | bunnei | 2014-04-11 | 1 | -13/+15 |
| | |||||
* | - removed syscall classes (will just use HLEFunction) | bunnei | 2014-04-11 | 1 | -8/+10 |
| | | | | | - added hle.cpp and module registration - removed unused code | ||||
* | added initial modules for setting up SysCall HLE | bunnei | 2014-04-11 | 1 | -0/+35 |