The JIT core Employed in Citra can be a dynamic recompiler referred to as “dynarmic”, developed by @MerryMage, and is also effective at recompiling the ARMv6K instruction set to x86_64. The recompiler converts ARMv6 instructions into x86_64 Recommendations at runtime, injects the resulting chunk of code into RAM, then jumps the host processor o… Read More