Skip to content
Permalink
Browse files
Merge pull request #5763 from AwesomeMarioFan/feature
GameINI: Add Wii Startup Menu
  • Loading branch information
leoetlino committed Aug 4, 2017
2 parents 9bab7ff + 55b0ce5 commit 7dfdb6e
Showing 1 changed file with 19 additions and 0 deletions.
@@ -0,0 +1,19 @@
# 1-2 - System Menu (v1, Startup Disc Menu)

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

[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId =
EmulationIssues =

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

0 comments on commit 7dfdb6e

Please sign in to comment.