mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 16:42:40 +00:00
Core: Change default CPU to dyncom.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Core {
|
||||
|
||||
enum CPUCore {
|
||||
CPU_Interpreter,
|
||||
CPU_FastInterpreter
|
||||
CPU_OldInterpreter,
|
||||
};
|
||||
|
||||
extern ARM_Interface* g_app_core; ///< ARM11 application core
|
||||
|
||||
Reference in New Issue
Block a user