Gameini database update. Enforce LLE recompiler in Wind Waker to prevent a situation where LLE interpreter might be enforced without wanting it. If the user selected in the general sound settings LLE interpreter, closed the window to apply it and then reopened it to select HLE, running Wind Waker afterwards would enforce LLE interpreter on boot.

This commit is contained in:
kostamarino@hotmail.com 2013-09-28 16:47:42 +03:00
parent 9c53a21c18
commit cb715f4fc9
3 changed files with 9 additions and 0 deletions

View File

@ -365,6 +365,9 @@ PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[DSP]
EnableJIT = True
[Video_Hacks]
EFBAccessEnable = True
EFBToTextureEnable = False

View File

@ -41,6 +41,9 @@ PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[DSP]
EnableJIT = True
[Video_Hacks]
EFBAccessEnable = True
EFBToTextureEnable = False

View File

@ -244,6 +244,9 @@ PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[DSP]
EnableJIT = True
[Video_Hacks]
EFBAccessEnable = True
EFBToTextureEnable = False