aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/interpreter/armsupp.cpp
AgeCommit message (Collapse)Author
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei
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-09-06core: Make the ARM disassembler use std::string internallyLioncash
2014-07-23ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei
2014-05-16- reenabled MCR and MRC functions now that VFP is attachedbunnei
- removed HLE::CallMCR function (was pointless)
2014-05-01- added CallMCR function to coprocessor HLE modulebunnei
- moved instruction decoding to coprocessor HLE module
2014-05-01renamed hle "mrc" module to "coprocessor"bunnei
2014-04-25moved HLE::MRC to its own module, added support for catching data ↵bunnei
synchronization barrier command
2014-04-25added disassembly to unimplemented instructionbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
- added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
2014-04-08got rid of 'src' folders in each sub-projectbunnei