| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Add some support for the shared page
|
| | |
|
|/ |
|
|
|
|
| |
- Also a few cleanups.
|
|
|
|
| |
Moved most of the shared CFG code there, implemented a few CFG:I functions
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
| |
- fixed log message wording in hle.cpp
- added syscall stubs for CloseHandle and WaitSynchronization1
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- added a manager for keeping track of services/ports
- added a memory mapped region for memory accessed by HLE
- added HLE for GetThreadCommandBuffer function
|
|
|
|
| |
- added service.h as an initial service interface
|
|
|