Core: Change default CPU to dyncom.

This commit is contained in:
bunnei 2015-01-02 22:33:53 -05:00
parent 031237e52c
commit 853b46c681
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ namespace Core {
enum CPUCore {
CPU_Interpreter,
CPU_FastInterpreter
CPU_OldInterpreter,
};
extern ARM_Interface* g_app_core; ///< ARM11 application core