mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Change Mega Man 9/10 Scaled EFB from 2 to -1
This commit is contained in:
parent
b968a90002
commit
ca14fbc26c
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue