diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2024-12-07 20:16:15 +0000 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2024-12-08 11:29:15 +0000 |
| commit | 445fe2248c4b141584e2587a018fee84480e3362 (patch) | |
| tree | 29e9c2a1c886bce24c6b0e7f3747cac744fac1cb /Data | |
| parent | 687fe65709c1f09fa4156e6ac3264d5b295aabfc (diff) | |
GameSettings: set EFBAccessEnable=True for Neighbours from Hell
This fixes the loading screens that show a walking animation.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/GFH.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/GFH.ini b/Data/Sys/GameSettings/GFH.ini index 1bca2c245a..79211d2792 100644 --- a/Data/Sys/GameSettings/GFH.ini +++ b/Data/Sys/GameSettings/GFH.ini @@ -10,3 +10,6 @@ MMU = True [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +# Needed for loading screens to show up. +EFBAccessEnable = True |
