diff options
| author | Benjamin Hodgetts <ben@xnode.org> | 2016-08-30 14:16:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-30 14:16:34 +0100 |
| commit | c0ad35db8154dd3b048499d2e7abbac10f08bbac (patch) | |
| tree | 59b242da10b8682ff8247ef71b524f977cbd26d7 /Data/Sys | |
| parent | efac0cf8fe0b1d1dc393f5f8da4ab28898d5a5f9 (diff) | |
SSX Tricky requires real XFB to display videos
This will avoid just getting a black screen when starting up. Dual-core lockup when enabling XFB no-longer seems to happen so this should be safe.
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/GST.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/GST.ini b/Data/Sys/GameSettings/GST.ini index ead5fbc0bd..cf5d656d07 100644 --- a/Data/Sys/GameSettings/GST.ini +++ b/Data/Sys/GameSettings/GST.ini @@ -16,3 +16,6 @@ EmulationStateId = 3 [ActionReplay] # Add action replay cheats here. +[Video_Settings] +UseXFB = True +UseRealXFB = True |
