From abd70f402b20b4a5e095aa1e99de28a944ffc3dd Mon Sep 17 00:00:00 2001 From: Anthony Serna Date: Wed, 22 Jun 2016 23:30:09 -0500 Subject: [PATCH] [GameINI] Properly force LLE recompiler on RS2 and 3 --- Data/Sys/GameSettings/GLR.ini | 4 ++++ Data/Sys/GameSettings/GSW.ini | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Data/Sys/GameSettings/GLR.ini b/Data/Sys/GameSettings/GLR.ini index d856b55cfe..da08587250 100644 --- a/Data/Sys/GameSettings/GLR.ini +++ b/Data/Sys/GameSettings/GLR.ini @@ -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 diff --git a/Data/Sys/GameSettings/GSW.ini b/Data/Sys/GameSettings/GSW.ini index 7c2f669ac4..fc25dbad95 100644 --- a/Data/Sys/GameSettings/GSW.ini +++ b/Data/Sys/GameSettings/GSW.ini @@ -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.