aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom/arm_dyncom_thumb.h
AgeCommit message (Collapse)Author
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-12-06dyncom: Remove static keyword from header functionsLioncash
2015-07-28dyncom: Use enum class for instruction decoding resultsLioncash
2015-07-27dyncom: Remove code duplication regarding thumb instructionsLioncash
2015-07-25dyncom: Rename armdefs.h to armstate.hLioncash
2015-04-07dyncom: Remove unnecessary enum and typedefLioncash
Also fixes descriptions in the process.
2015-01-30arm: Move headers over to pragma onceLioncash
2015-01-30arm: Get rid of armcpu.h and skyeye_types.hLioncash
2015-01-04skyeye: Remove duplicate typedefsLioncash
citra already has its own typedefs like this.
2014-10-25ARM: 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.