CPU Type

| PJ64 1.4 |

Description

The Recompiler and Interpreter are two seperate cores in the emulator (although the Recompiler implementation is based on the Interpreter). Generally, any game that works on the Recompiler will also work on the Interpreter, but not always vice-versa. Explaining the difference between a Recompiler and an Interpreter in a general sense is beyond the scope of this document, suffficient to say that the Recompiler is (usually much) faster but (a little) less compatible, the Interpreter (usually much) slower but (a little) more compatible.

Syntax

CPU Type = string(Interpreter, Recompiler, SyncCores)

Example

CPU Type=Recompiler

Parameters

Value Result
Interpreter
Recompiler [Default]
SyncCores

Notes

  • Note that if you using the Interpreter, the following settings have no effect:

See Also

  • None
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License