diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-08-04 14:58:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-04 14:58:52 +0800 |
| commit | 7dfdb6ed0587c5e2f649feaa1a550941256bdfac (patch) | |
| tree | a4c189b6d9464b264d8937dbb61292e8ec14cd85 /Data/Sys | |
| parent | 9bab7ffa83a5dab8518fcb7bfd448d18249f1d82 (diff) | |
| parent | 55b0ce593f480643f333042560e4b135532751b4 (diff) | |
Merge pull request #5763 from AwesomeMarioFan/feature
GameINI: Add Wii Startup Menu
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/0000000100000002r1.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/0000000100000002r1.ini b/Data/Sys/GameSettings/0000000100000002r1.ini new file mode 100644 index 0000000000..e469a475c8 --- /dev/null +++ b/Data/Sys/GameSettings/0000000100000002r1.ini @@ -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. |
