[GameINI] Properly force LLE recompiler on RS2 and 3

This commit is contained in:
Anthony Serna 2016-06-22 23:30:09 -05:00
parent bc555108bf
commit abd70f402b
2 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,10 @@ MMU = 1
# LLE audio enabled by default for a listenable output
DSPHLE = False
[DSP]
# Ensure the LLE recompiler gets selected and not interpreter.
EnableJIT = True
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4

View file

@ -6,6 +6,10 @@ MMU = 1
# LLE audio enabled by default for a listenable output
DSPHLE = False
[DSP]
# Ensure the LLE recompiler gets selected and not interpreter.
EnableJIT = True
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs LLE audio for proper sound.