From 91bfe8c7b696bbfcf3f9b80bf754417919ea02c4 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sat, 24 Jun 2017 17:47:52 +0100 Subject: [PATCH] GameSettings: enforce real XFB for Pool Edge --- Data/Sys/GameSettings/GPE.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/GPE.ini b/Data/Sys/GameSettings/GPE.ini index d4aaa89733..165f1440c2 100644 --- a/Data/Sys/GameSettings/GPE.ini +++ b/Data/Sys/GameSettings/GPE.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = requires real XFB to avoid flickering [OnLoad] # Add memory patches to be loaded once on boot here. @@ -17,3 +17,6 @@ EmulationIssues = [ActionReplay] # Add action replay cheats here. +[Video_Settings] +UseXFB = True +UseRealXFB = True