diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2025-06-01 03:01:05 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2025-06-01 03:06:35 +0100 |
| commit | 2849173984dc496fdc83bb26316cb7f8dda01d7b (patch) | |
| tree | 5bbc1e868d195f4defc813912b37806e49c128a8 | |
| parent | 53b54406bd546b507822a3bd30311aa0cd96ee71 (diff) | |
GameSettings: auto-disable immediate XFB for Dokapon Kingdom
This avoids flickering throughout the game.
| -rw-r--r-- | Data/Sys/GameSettings/R2D.ini | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
