| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-05 | dyncom: Implement QADD/QSUB/QDADD/QDSUB | Lioncash | |
| 2015-01-02 | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | |
| 2014-12-29 | dyncom: Implement USAT/SSAT | bunnei | |
| 2014-12-29 | armemu: Implement QADD8/QSUB8 | Lioncash | |
| 2014-12-28 | Merge pull request #354 from lioncash/usaduflow | bunnei | |
| armemu: Fix underflows in USAD8/USADA8 | |||
| 2014-12-28 | armemu: Fix underflows in USAD8/USADA8 | Lioncash | |
| Initially reported by xdec. | |||
| 2014-12-27 | armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX | Lioncash | |
| 2014-12-23 | armemu: Set the Q flag properly for SMLAD/SMUAD | Lioncash | |
| 2014-12-22 | armemu: Fix construction of the CPSR | Lioncash | |
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
| 2014-10-25 | ARM: 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-06 | core: Make the ARM disassembler use std::string internally | Lioncash | |
| 2014-07-23 | ARM: Synchronize Citra's SkyEye core with 3dmoo's. | bunnei | |
| 2014-05-16 | - reenabled MCR and MRC functions now that VFP is attached | bunnei | |
| - removed HLE::CallMCR function (was pointless) | |||
| 2014-05-01 | - added CallMCR function to coprocessor HLE module | bunnei | |
| - moved instruction decoding to coprocessor HLE module | |||
| 2014-05-01 | renamed hle "mrc" module to "coprocessor" | bunnei | |
| 2014-04-25 | moved HLE::MRC to its own module, added support for catching data ↵ | bunnei | |
| synchronization barrier command | |||
| 2014-04-25 | added disassembly to unimplemented instruction | bunnei | |
| 2014-04-12 | - added HLE to connect to "srv:" service | bunnei | |
| - 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-08 | got rid of 'src' folders in each sub-project | bunnei | |
