summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_thumb.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-07dyncom: Remove unnecessary enum and typedefLioncash1-2/+2
Also fixes descriptions in the process.
2015-01-30arm: Move headers over to pragma onceLioncash1-4/+1
2015-01-30arm: Get rid of armcpu.h and skyeye_types.hLioncash1-1/+0
2015-01-04skyeye: Remove duplicate typedefsLioncash1-4/+4
citra already has its own typedefs like this.
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-0/+51
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.