summaryrefslogtreecommitdiffstats
path: root/src/core/hle/coprocessor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-081-29/+5
| | | | | - 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)
* - added CallMCR function to coprocessor HLE modulebunnei2014-05-021-3/+13
| | | | - moved instruction decoding to coprocessor HLE module
* fixed include in coprocessor.cppbunnei2014-05-021-1/+1
|
* renamed hle "mrc" module to "coprocessor"bunnei2014-05-021-0/+64