Hacker News new | ask | show | jobs
by zsrxx 2488 days ago
A native executable? It's not like the Nintendo 64 was using DirectX
1 comments

You'd need to emulate/simulate/shim all the graphics calls and state changes, but that shouldn't have any bearing on the actual code architecture. In fact, given that Dolphin uses a JIT, you could argue that this already happens to some degree when you're playing Gamecube games, having the source just allows ahead-of-time compilation.