Merge pull request #6223 from JosJuice/dont-force-immediate-xfb
Don't forcibly enable immediate XFB in game INIs
This commit is contained in:
commit
0773a48c6c
|
@ -19,6 +19,3 @@ EmulationIssues =
|
|||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 64
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = True
|
||||
|
|
|
@ -19,6 +19,3 @@ EmulationIssues =
|
|||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = True
|
||||
|
|
|
@ -16,6 +16,3 @@ EmulationIssues =
|
|||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = True
|
||||
|
|
|
@ -19,6 +19,3 @@ EmulationIssues = Classic mode score report needs real xfb. Nes masterpieces and
|
|||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 136
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = True
|
||||
|
|
|
@ -16,6 +16,3 @@ EmulationStateId = 5
|
|||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = True
|
||||
|
|
Loading…
Reference in New Issue