mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 15:38:59 +01:00
GameInis: All Sega Master System games need RealXFB
I did some testing and they all do strided XFB copies like Sonic and Knuckles, which is currently only implemented in RealXFB.
This commit is contained in:
parent
dfabe1552a
commit
764000d42e
@ -11,7 +11,7 @@ EmulationIssues =
|
|||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = True
|
||||||
|
|
||||||
[Wii]
|
[Wii]
|
||||||
Widescreen = False
|
Widescreen = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user