summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/skyeye_defs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dyncom: Remove unnecessary enum and typedefLioncash2015-04-071-25/+0
| | | | Also fixes descriptions in the process.
* arm: General cleanupLioncash2015-02-131-51/+32
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* arm: Throw out a lot of unnecessary codeLioncash2015-01-301-69/+13
|
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-1/+3
| | | | | | | | | | 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.
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-0/+111
Removed s_ prefix