summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_run.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dyncom: Remove unnecessary enum and typedefLioncash2015-04-071-18/+23
| | | | Also fixes descriptions in the process.
* core: Apply static to local functionsLioncash2015-02-131-0/+2
|
* arm: General cleanupLioncash2015-02-131-4/+4
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* arm: Move headers over to pragma onceLioncash2015-01-301-4/+1
|
* arm: Get rid of armcpu.h and skyeye_types.hLioncash2015-01-301-2/+0
|
* skyeye: Remove duplicate typedefsLioncash2015-01-041-6/+6
| | | | citra already has its own typedefs like this.
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-0/+55
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.