Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Gameini database update. Enforce LLE recompiler in Wind Waker to prev…
…ent 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.
  • Loading branch information
kostamarino@hotmail.com committed Sep 28, 2013
1 parent 9c53a21 commit cb715f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/GZLE01.ini
Expand Up @@ -365,6 +365,9 @@ PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =

[DSP]
EnableJIT = True

[Video_Hacks]
EFBAccessEnable = True
EFBToTextureEnable = False
Expand Down
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/GZLJ01.ini
Expand Up @@ -41,6 +41,9 @@ PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =

[DSP]
EnableJIT = True

[Video_Hacks]
EFBAccessEnable = True
EFBToTextureEnable = False
Expand Down
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/GZLP01.ini
Expand Up @@ -244,6 +244,9 @@ PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =

[DSP]
EnableJIT = True

[Video_Hacks]
EFBAccessEnable = True
EFBToTextureEnable = False
Expand Down

0 comments on commit cb715f4

Please sign in to comment.