summaryrefslogtreecommitdiffstats
path: root/src/core/hle/coprocessor.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-20/+0
Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state.
2014-05-17- reenabled MCR and MRC functions now that VFP is attachedbunnei1-3/+0
- removed HLE::CallMCR function (was pointless)
2014-05-02- added CallMCR function to coprocessor HLE modulebunnei1-4/+7
- moved instruction decoding to coprocessor HLE module
2014-05-02renamed hle "mrc" module to "coprocessor"bunnei1-0/+0
2014-04-25moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei1-0/+20