Preferred Rsp Plugin
Description
Sets the preferred RSP plugin that will be used for a specific rom. This setting will override Default Rsp Plugin if it is set.
Syntax
Preferred Rsp Plugin = int(0, 1, 2, 3)
Or:
Rsp Plugin = int(0, 1, 2, 3)
Example
Preferred Rsp Plugin=1
Rsp Plugin=1
Parameters
Value | Result |
---|---|
0 | None |
1 | LLE |
2 | HLE [Default] |
3 | M64p |
Notes
- If Default Rsp Plugin and Preferred Rsp Plugin are both missing, it will fall back onto the default defined in the source.
- This setting was added in version B5.5. All prior versions of Surreal used LLE only.