Merge pull request #5498 from iwubcode/hybrid_xfb

Hybrid xfb
This commit is contained in:
Pierre Bourdon 2017-11-19 04:58:59 +01:00 committed by GitHub
commit 609a17a0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
329 changed files with 2602 additions and 3736 deletions

View File

@ -21,8 +21,7 @@ EmulationIssues =
[Video]
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
EFBToTextureEnable = False
ImmediateXFBEnable = False

View File

@ -19,5 +19,6 @@ EmulationStateId = 4
[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -19,5 +19,6 @@ EmulationStateId = 4
[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -19,5 +19,6 @@ EmulationStateId = 4
[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -19,5 +19,6 @@ EmulationStateId = 4
[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -19,5 +19,6 @@ EmulationStateId = 4
[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -19,5 +19,6 @@ EmulationStateId = 4
[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs xfb real for videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs xfb real for videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -19,5 +19,6 @@ EmulationIssues =
[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -19,5 +19,6 @@ EmulationIssues = Needs real xfb for the videos to display.
[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -20,6 +20,7 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
[Video_Hacks]
EFBToTextureEnable = False
BBoxEnable = True
ImmediateXFBEnable = False
[Video_Stereoscopy]
StereoConvergence = 545

View File

@ -19,3 +19,6 @@ EmulationIssues =
[Video_Stereoscopy]
StereoConvergence = 64
[Video_Hacks]
ImmediateXFBEnable = True

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,6 +18,7 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -19,5 +19,6 @@ EmulationIssues =
[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs Real xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real xfb for videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Needs Real xfb for videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs Real xfb for videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real xfb for videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real Xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real Xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -2,9 +2,9 @@
[Core]
[EmuState]
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnFrame]
[ActionReplay]
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -17,6 +17,7 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to appear.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,8 +18,6 @@ EmulationIssues = Needs real xfb for videos to appear.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real Xfb for videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs Real Xfb for videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -5,7 +5,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
EmulationStateId = 4
[OnLoad]
@ -18,5 +18,6 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -19,5 +19,6 @@ EmulationIssues =
[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,6 +18,7 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,6 +18,7 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,6 +18,7 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real xfb for videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,9 +18,8 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
EFBAccessEnable = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Needs Real Xfb to show videos. Graphic glitches.
EmulationIssues = Graphic glitches.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs Real Xfb to show videos. Graphic glitches.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -20,3 +20,5 @@ EmulationIssues =
[Video_Settings]
SafeTextureCacheColorSamples = 512
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -2,10 +2,10 @@
[Core]
[EmuState]
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnFrame]
[ActionReplay]
[Gecko]
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Needs Real XFB for videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,8 +18,8 @@ EmulationIssues = Needs Real XFB for videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
SafeTextureCacheColorSamples = 512
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,6 +18,7 @@ EmulationIssues = The game is slow.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,6 +18,7 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real Xfb for videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs Real Xfb for videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Needs Real Xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,6 @@ EmulationIssues = Needs Real Xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -5,7 +5,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs real XFB for videos to show up.
EmulationIssues =
EmulationStateId = 4
[OnLoad]
@ -18,6 +18,7 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -20,5 +20,6 @@ EmulationIssues =
[Video]
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 5
EmulationIssues = Videos need Real XFB to show up. Graphic glitches / unstable during videos.
EmulationIssues = Graphic glitches / unstable during videos.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -19,6 +19,7 @@ EmulationIssues = Videos need Real XFB to show up. Graphic glitches / unstable d
[Video_Settings]
SafeTextureCacheColorSamples = 512
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -5,7 +5,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
EmulationStateId = 4
[OnLoad]
@ -18,5 +18,6 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,9 +18,7 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
EFBToTextureEnable = False
ImmediateXFBEnable = False

View File

@ -19,9 +19,8 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Hacks]
ImmediateXFBEnable = False
EFBAccessEnable = False
EFBToTextureEnable = False
[Video_Settings]
UseXFB = True
UseRealXFB = False

View File

@ -20,5 +20,6 @@ EmulationIssues =
[Video]
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to work.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to work.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -5,7 +5,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs real xfb for the videos to work.
EmulationIssues =
EmulationStateId = 4
[OnLoad]
@ -18,5 +18,6 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to work.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to work.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -21,8 +21,7 @@ EmulationIssues =
[Video]
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
EFBToTextureEnable = False
ImmediateXFBEnable = False

View File

@ -7,7 +7,7 @@ SyncGPU = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real Xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -19,6 +19,6 @@ EmulationIssues = Needs Real Xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -5,7 +5,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
EmulationStateId = 4
[OnLoad]
@ -18,5 +18,6 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -5,7 +5,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
EmulationStateId = 4
[OnLoad]
@ -18,5 +18,6 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real Xfb for videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real Xfb for videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,6 +18,7 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Videos require real XFB.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Videos require real XFB.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -21,5 +21,6 @@ EmulationIssues = Needs real xfb for the videos to display.
EFBToTextureEnable = False
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real Xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs Real Xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -19,5 +19,6 @@ EmulationIssues = Needs real xfb for the videos to display.
[Video_Settings]
SafeTextureCacheColorSamples = 512
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -9,6 +9,9 @@ Patch Region = 0x7e000000
[OnFrame]
# Add memory patches to be applied every frame here.
[Video_Hacks]
ImmediateXFBEnable = False
[ActionReplay]
# Add action replay cheats here.
$Max/Infinite Cash

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real Xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -20,5 +20,6 @@ EmulationIssues = Needs Real Xfb for the videos to display.
[Video]
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real xfb for the videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -20,3 +20,5 @@ EmulationIssues =
[Video_Hacks]
EFBToTextureEnable = False
[Video_Hacks]
ImmediateXFBEnable = True

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = requires real XFB to avoid flickering
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,5 +18,6 @@ EmulationIssues = requires real XFB to avoid flickering
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real Xfb for videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs Real Xfb for videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real Xfb for the videos to display. D3D11 has issues.
EmulationIssues = D3D11 has issues.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,7 +18,8 @@ EmulationIssues = Needs Real Xfb for the videos to display. D3D11 has issues.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
SafeTextureCacheColorSamples = 512
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real Xfb for videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,6 @@ EmulationIssues = Needs Real Xfb for videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -5,7 +5,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
EmulationStateId = 4
[OnLoad]
@ -18,5 +18,6 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -17,6 +17,7 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,7 +18,8 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Needs real XFB for videos to show up.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real XFB for videos to show up.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,6 +18,7 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -5,7 +5,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs Real XFB to display videos.
EmulationIssues =
EmulationStateId = 4
[OnLoad]
@ -18,6 +18,7 @@ EmulationStateId = 4
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real Xfb for videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs Real Xfb for videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -20,5 +20,6 @@ EmulationIssues = Needs real xfb for the videos to display.
[Video]
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,7 +18,8 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -2,10 +2,10 @@
[Core]
[EmuState]
EmulationStateId = 3
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnFrame]
[ActionReplay]
[Gecko]
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -5,7 +5,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
EmulationStateId = 5
[OnLoad]
@ -18,6 +18,7 @@ EmulationStateId = 5
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -17,5 +17,6 @@ EmulationStateId = 3
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -21,9 +21,8 @@ EmulationStateId = 4
[Video]
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
EFBToTextureEnable = False
EFBEmulateFormatChanges = True
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -20,5 +20,6 @@ EmulationIssues = Needs real xfb for the videos to display.
[Video]
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -18,9 +18,7 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
EFBAccessEnable = False
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Videos need real XFB to show up and loading screens show garbage.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,8 +18,8 @@ EmulationIssues = Videos need real XFB to show up and loading screens show garba
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
SafeTextureCacheColorSamples = 512
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -2,10 +2,10 @@
[Core]
[EmuState]
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnFrame]
[ActionReplay]
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False
[Gecko]

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real xfb for videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real Xfb for videos to display.
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -18,6 +18,7 @@ EmulationIssues = Needs real Xfb for videos to display.
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False

View File

@ -19,8 +19,7 @@ EmulationIssues =
# Add action replay cheats here.
[Video_Hacks]
ImmediateXFBEnable = False
BBoxEnable = True
[Video_Settings]
UseXFB = True
UseRealXFB = True

Some files were not shown because too many files have changed in this diff Show More