Gericom / GBARunner3

205 stars 28 forks source link

Implement detaching the JIT #45

Open Gericom opened 10 months ago

Gericom commented 10 months ago

In many games this probably works fine once the game has ran for a few frames and some irqs have been handled.

Detaching the jit means that all jitted instructions, except for mrs/msr and movs/subs pc, will be restored to the original instruction.