mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Remove JITIL
This commit is contained in:
@ -30,7 +30,6 @@
|
||||
|
||||
#if _M_X86
|
||||
#include "Core/PowerPC/Jit64/Jit.h"
|
||||
#include "Core/PowerPC/Jit64IL/JitIL.h"
|
||||
#endif
|
||||
|
||||
#if _M_ARM_64
|
||||
@ -53,9 +52,6 @@ CPUCoreBase* InitJitCore(int core)
|
||||
case PowerPC::CORE_JIT64:
|
||||
ptr = new Jit64();
|
||||
break;
|
||||
case PowerPC::CORE_JITIL64:
|
||||
ptr = new JitIL();
|
||||
break;
|
||||
#endif
|
||||
#if _M_ARM_64
|
||||
case PowerPC::CORE_JITARM64:
|
||||
|
Reference in New Issue
Block a user