mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 03:22:30 +02:00
Merge pull request #5763 from AwesomeMarioFan/feature
GameINI: Add Wii Startup Menu
This commit is contained in:
commit
7dfdb6ed05
19
Data/Sys/GameSettings/0000000100000002r1.ini
Normal file
19
Data/Sys/GameSettings/0000000100000002r1.ini
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user