aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/coprocessor.cpp
Commit message (Collapse)AuthorAge
* core: Prune redundant includesGravatar archshift2014-09-08
|
* coprocessor: reenabled debug logGravatar bunnei2014-06-02
|
* - reenabled MCR and MRC functions now that VFP is attachedGravatar bunnei2014-05-16
| | | | - removed HLE::CallMCR function (was pointless)
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-07
| | | | | - 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 moduleGravatar bunnei2014-05-01
| | | | - moved instruction decoding to coprocessor HLE module
* fixed include in coprocessor.cppGravatar bunnei2014-05-01
|
* renamed hle "mrc" module to "coprocessor"Gravatar bunnei2014-05-01