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:
parent
9c53a21c18
commit
cb715f4fc9
|
@ -365,6 +365,9 @@ PH_ExtraParam = 0
|
|||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
|
||||
[DSP]
|
||||
EnableJIT = True
|
||||
|
||||
[Video_Hacks]
|
||||
EFBAccessEnable = True
|
||||
EFBToTextureEnable = False
|
||||
|
|
|
@ -41,6 +41,9 @@ PH_ExtraParam = 0
|
|||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
|
||||
[DSP]
|
||||
EnableJIT = True
|
||||
|
||||
[Video_Hacks]
|
||||
EFBAccessEnable = True
|
||||
EFBToTextureEnable = False
|
||||
|
|
|
@ -244,6 +244,9 @@ PH_ExtraParam = 0
|
|||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
|
||||
[DSP]
|
||||
EnableJIT = True
|
||||
|
||||
[Video_Hacks]
|
||||
EFBAccessEnable = True
|
||||
EFBToTextureEnable = False
|
||||
|
|
Loading…
Reference in New Issue