summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_run.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-06dyncom: Remove static keyword from header functionsLioncash1-2/+2
2015-12-06dyncom: const correctness changesLioncash1-2/+2
2015-07-26dyncom: Use ARMul_State as an objectLioncash1-15/+6
Gets rid of C-like parameter passing.
2015-07-26dyncom: Rename armdefs.h to armstate.hLioncash1-1/+1
2015-04-07dyncom: Remove unnecessary enum and typedefLioncash1-18/+23
Also fixes descriptions in the process.
2015-02-13core: Apply static to local functionsLioncash1-0/+2
2015-02-13arm: General cleanupLioncash1-4/+4
- Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
2015-01-30arm: Move headers over to pragma onceLioncash1-4/+1
2015-01-30arm: Get rid of armcpu.h and skyeye_types.hLioncash1-2/+0
2015-01-04skyeye: Remove duplicate typedefsLioncash1-6/+6
citra already has its own typedefs like this.
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-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.