mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue