diff options
| author | Ryan Gabel <98432212+rjgabel@users.noreply.github.com> | 2025-01-27 12:55:20 -1000 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2025-02-02 17:58:38 +0100 |
| commit | acf03a641a57b2be46c529f25cb9f17a8805375f (patch) | |
| tree | aa1a25790c3e4b4845dab13bb76971ff6ffe56fb /Data | |
| parent | 017e0b56584e9b01ac231868a31d8bd9fdb27953 (diff) | |
GameSettings: Set EFBAccessEnable=True for "I SPY: Spooky Mansion"
This is necessary so you can select an option in the color selection menu
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/SPQ.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/SPQ.ini b/Data/Sys/GameSettings/SPQ.ini new file mode 100644 index 0000000000..473b2ec9e7 --- /dev/null +++ b/Data/Sys/GameSettings/SPQ.ini @@ -0,0 +1,13 @@ +# SPQE7T - I SPY: Spooky Mansion + +[Core] +# Values set here will override the main Dolphin settings. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Hacks] +EFBAccessEnable = True |
