Change Mega Man 9/10 Scaled EFB from 2 to -1
This commit is contained in:
parent
b968a90002
commit
ca14fbc26c
|
@ -20,7 +20,7 @@ EmulationIssues =
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
EFBScale = 2
|
EFBScale = -1
|
||||||
|
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
|
|
|
@ -22,5 +22,5 @@ UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
|
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
EFBScale = 2
|
EFBScale = -1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue