summaryrefslogtreecommitdiffstats
path: root/src/core/hle/coprocessor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-09-09core: Prune redundant includesarchshift1-1/+0
2014-06-03coprocessor: reenabled debug logbunnei1-1/+1
2014-05-17- reenabled MCR and MRC functions now that VFP is attachedbunnei1-18/+2
- removed HLE::CallMCR function (was pointless)
2014-05-08- removed HLE mem "hack" and replaced with kernel mem regionbunnei1-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)
2014-05-02- added CallMCR function to coprocessor HLE modulebunnei1-3/+13
- moved instruction decoding to coprocessor HLE module
2014-05-02fixed include in coprocessor.cppbunnei1-1/+1
2014-05-02renamed hle "mrc" module to "coprocessor"bunnei1-0/+0
2014-04-26added preliminary DataSynchronizationBarrier support with simple DMA copybunnei1-7/+39
2014-04-25moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei1-0/+32