Remove JITIL

This commit is contained in:
JosJuice
2017-05-19 16:57:31 +02:00
parent 1880a97bb0
commit 256a0cf4db
26 changed files with 9 additions and 7913 deletions

View File

@ -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: