Merge pull request #14166 from jordan-woyak/immediate-xfb-limit

VideoCommon: Add setting to limit immediate swaps to one per VI.
This commit is contained in:
JMC47
2025-12-22 13:35:52 -05:00
committed by GitHub
6 changed files with 28 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
# GR2P52, GR2JCQ, GR2E52 - Lost Kingdoms II
[Video_Hacks]
# Avoids consistent extraneous swaps that cause terrible pacing.
CapImmediateXFB = True
+2 -1
View File
@@ -10,4 +10,5 @@
# Add action replay cheats here.
[Video_Hacks]
ImmediateXFBEnable = False
# Makes the uncapped "Reading Disc" screen not unbearably slow.
CapImmediateXFB = True