summaryrefslogtreecommitdiffstats
path: root/src/core/arm/interpreter/armsupp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-11/+4
| | | | | | | | | | 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.
* core: Make the ARM disassembler use std::string internallyLioncash2014-09-061-6/+3
|
* ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei2014-07-241-598/+622
|
* - reenabled MCR and MRC functions now that VFP is attachedbunnei2014-05-171-79/+77
| | | | - removed HLE::CallMCR function (was pointless)
* - added CallMCR function to coprocessor HLE modulebunnei2014-05-021-22/+23
| | | | - moved instruction decoding to coprocessor HLE module
* renamed hle "mrc" module to "coprocessor"bunnei2014-05-021-8/+8
|
* moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei2014-04-251-2/+3
|
* added disassembly to unimplemented instructionbunnei2014-04-251-1/+6
|
* - added HLE to connect to "srv:" servicebunnei2014-04-131-33/+35
| | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+954