Skip to content

Commit

Permalink
Merge pull request #6131 from t27duck/wiiware_ini_file
Browse files Browse the repository at this point in the history
Add INI file for Midnight Bowling (WiiWare)
  • Loading branch information
leoetlino committed Oct 22, 2017
2 parents b002d9d + 43390f6 commit b0945c7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Data/Sys/GameSettings/WB8.ini
@@ -0,0 +1,22 @@
# WB8EGL, WB8PGL - Midnight Bowling

[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 b0945c7

Please sign in to comment.