mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
CoreParameter: add enum CPUBackend
This commit is contained in:
@ -135,7 +135,7 @@ void Init(int cpu_core)
|
||||
|
||||
switch (cpu_core)
|
||||
{
|
||||
case 0:
|
||||
case CPU_INTERPRETER:
|
||||
{
|
||||
cpu_core_base = interpreter;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user