PDA

View Full Version : A question for the developers.



Ballard
September 17th, 2006, 05:21
What is the emulation method used by Project 64?

(Dynamic or Static) Recompilation or Opcode-based?

Toasty
September 17th, 2006, 07:37
I'm not a developer, but it allows for a choice between dynamic recompilation or interpretation for the CPU core (as seen in the advanced options). Static recompilation would not be practical.