Merge pull request #3917 from RisingFog/crisp_pixels

Change Mega Man 9/10 Scaled EFB from 2 to -1
This commit is contained in:
Chris Burgener 2016-06-22 16:13:38 -04:00 committed by GitHub
commit 7de7bf34d4
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -22,5 +22,5 @@ UseXFB = True
UseRealXFB = False UseRealXFB = False
SafeTextureCacheColorSamples = 512 SafeTextureCacheColorSamples = 512
EFBScale = 2 EFBScale = -1