diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2018-12-06 20:53:03 +0000 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2018-12-06 21:08:51 +0000 |
| commit | 2b2aa89551c2b33adbbe24f91bdb624857cdbe6e (patch) | |
| tree | 6ad2a019c0448ee52b3ce63e30dbd3362d216986 /Data/Sys | |
| parent | 4e5f83d23fcee2e744890246360281639bf2ad18 (diff) | |
GameSettings: Immediate XFB off for MGS Special Disc
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/PGS.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Data/Sys/GameSettings/PGS.ini b/Data/Sys/GameSettings/PGS.ini index 66d3e417be..fa15085b65 100644 --- a/Data/Sys/GameSettings/PGS.ini +++ b/Data/Sys/GameSettings/PGS.ini @@ -12,6 +12,9 @@ [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +ImmediateXFBEnable = False + [Video_Settings] # override value that was set in P.ini back to defaults -SafeTextureCacheColorSamples =
\ No newline at end of file +SafeTextureCacheColorSamples = |
