← Back to context

Comment by xnx

12 hours ago

Emulation is already amazing. What can be done with recompilation is magic: https://github.com/Zelda64Recomp/Zelda64Recomp

So… What’s the magic? (In theory, interpretation/emulation and compilation should produce identical behavior.)

  • The magic is that now you can modify the source code of the game and recompile that.

    Folks have been optimizing SuperMario64 to run much faster on actual N64 hardware. And, there is a project that has ported it to run on the PlayStation 1. That’s much weaker hardware that has no hope of emulating the N64.

  • Identical behavior, sure, but much less overhead and fewer restrictions on e.g. resolution than you'd get on a general purpose emulator