summaryrefslogtreecommitdiffstats
path: root/src/core/hle/coprocessor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-05-08- removed HLE mem "hack" and replaced with kernel mem regionbunnei1-29/+5
2014-05-02- added CallMCR function to coprocessor HLE modulebunnei1-3/+13
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