From 2849173984dc496fdc83bb26316cb7f8dda01d7b Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 1 Jun 2025 03:01:05 +0100 Subject: [PATCH] GameSettings: auto-disable immediate XFB for Dokapon Kingdom This avoids flickering throughout the game. --- Data/Sys/GameSettings/R2D.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Data/Sys/GameSettings/R2D.ini diff --git a/Data/Sys/GameSettings/R2D.ini b/Data/Sys/GameSettings/R2D.ini new file mode 100644 index 0000000000..06bae4e140 --- /dev/null +++ b/Data/Sys/GameSettings/R2D.ini @@ -0,0 +1,5 @@ +# R2DJEP, R2DEEB, R2DPJW - Dokapon Kingdom + +[Video_Hacks] +# Prevents flickering throughout the game. +ImmediateXFBEnable = False