Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved HLE::MRC to its own module, added support for catching data synchronization barrier command | bunnei | 2014-04-25 | 1 | -8/+0 |
| | |||||
* | - fixed tabs in function_wrappers.h | bunnei | 2014-04-17 | 1 | -1/+1 |
| | | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1 | ||||
* | added framework for APT service (application and title launching service) | bunnei | 2014-04-13 | 1 | -0/+1 |
| | |||||
* | added a GetPointer function for reading from HLE command buffer | bunnei | 2014-04-13 | 1 | -0/+8 |
| | |||||
* | added OS memory read/write for thread command buffer | bunnei | 2014-04-13 | 1 | -2/+43 |
| | |||||
* | - added HLE to connect to "srv:" service | bunnei | 2014-04-13 | 1 | -0/+13 |
| | | | | | | - 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 | 1 | -2/+2 |
| | | | | - added service.h as an initial service interface | ||||
* | moved hle.cpp into hle folder (due to mistake earlier) | bunnei | 2014-04-12 | 1 | -0/+57 |