diff options
author | archshift <admin@archshift.com> | 2014-10-25 12:54:44 -0700 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-10-27 18:35:21 -0700 |
commit | 0783498f570e7d5c00174cd10a3c1ff105d1eae6 (patch) | |
tree | 10f64506a8f5111f56c4db17c95f6aba19baf0b9 /src/core/core.h | |
parent | a7a57c04c6448081d5745283de134db56702b344 (diff) |
Use configuration files to enable or disable the new dyncom interpreter.
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 87da252b8..872dc0cd1 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -11,6 +11,11 @@ namespace Core { +enum CPUCore { + CPU_Interpreter, + CPU_FastInterpreter +}; + extern ARM_Interface* g_app_core; ///< ARM11 application core extern ARM_Interface* g_sys_core; ///< ARM11 system (OS) core |