summaryrefslogtreecommitdiffstats
path: root/src/core/hle/coprocessor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-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.
* - reenabled MCR and MRC functions now that VFP is attachedbunnei2014-05-171-3/+0
| | | | - removed HLE::CallMCR function (was pointless)
* - added CallMCR function to coprocessor HLE modulebunnei2014-05-021-4/+7
| | | | - moved instruction decoding to coprocessor HLE module
* renamed hle "mrc" module to "coprocessor"bunnei2014-05-021-0/+20