Skip to content

Commit

Permalink
Merge pull request #3898 from RisingFog/hollywood_squares_ini
Browse files Browse the repository at this point in the history
Force Virtual XFB for Hollywood Squares
  • Loading branch information
degasus committed Jun 14, 2016
2 parents dc8880f + 34ac512 commit aa07f09
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Data/Sys/GameSettings/SHW.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# SHWE41 - Hollywood Squares

[Core]
# Values set here will override the main Dolphin settings.

[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Requires Virtual XFB to prevent flickering.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = False

0 comments on commit aa07f09

Please sign in to comment.