summaryrefslogtreecommitdiff
path: root/src/core/hle/coprocessor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-15Delete unused hle/coprocessor.cppGravatar archshift1-33/+0
2014-12-20License changeGravatar purpasmart961-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot1-1/+1
2014-09-08core: Prune redundant includesGravatar archshift1-1/+0
2014-06-02coprocessor: reenabled debug logGravatar bunnei1-1/+1
2014-05-16- reenabled MCR and MRC functions now that VFP is attachedGravatar bunnei1-18/+2
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei1-29/+5
2014-05-01- added CallMCR function to coprocessor HLE moduleGravatar bunnei1-3/+13
2014-05-01fixed include in coprocessor.cppGravatar bunnei1-1/+1
2014-05-01renamed hle "mrc" module to "coprocessor"Gravatar bunnei1-0/+0
2014-04-26added preliminary DataSynchronizationBarrier support with simple DMA copyGravatar bunnei1-7/+39
2014-04-25moved HLE::MRC to its own module, added support for catching data synchroniza...Gravatar bunnei1-0/+32