summaryrefslogtreecommitdiffstats
path: root/src/core/hle/coprocessor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Prune redundant includesarchshift2014-09-091-1/+0
|
* coprocessor: reenabled debug logbunnei2014-06-031-1/+1
|
* - reenabled MCR and MRC functions now that VFP is attachedbunnei2014-05-171-18/+2
| | | | - removed HLE::CallMCR function (was pointless)
* - 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