mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-29 20:58:47 +00:00
Merge pull request #5713 from Tilka/pool_edge
GameSettings: enforce real XFB for Pool Edge
This commit is contained in:
commit
72bde53f9f
2 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues =
|
||||
EmulationIssues = requires real XFB to avoid flickering
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
@ -17,3 +17,6 @@ EmulationIssues =
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue