diff options
| author | JMC47 <JMC4789@gmail.com> | 2025-06-01 02:39:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 02:39:19 -0400 |
| commit | e2d8e394894e286f1ad6b295c3ab2a44f69fbc9a (patch) | |
| tree | 5bbc1e868d195f4defc813912b37806e49c128a8 | |
| parent | 53b54406bd546b507822a3bd30311aa0cd96ee71 (diff) | |
| parent | 2849173984dc496fdc83bb26316cb7f8dda01d7b (diff) | |
Merge pull request #13722 from Tilka/dokapon
GameSettings: auto-disable immediate XFB for Dokapon Kingdom
| -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 |
