From c0ad35db8154dd3b048499d2e7abbac10f08bbac Mon Sep 17 00:00:00 2001 From: Benjamin Hodgetts Date: Tue, 30 Aug 2016 14:16:34 +0100 Subject: [PATCH] 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. --- Data/Sys/GameSettings/GST.ini | 3 +++ 1 file changed, 3 insertions(+) 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