GameSettings: Restore HAT.ini
We only use six-character INIs for settings that have to be set on a per-version basis.
This commit is contained in:
parent
3a8e7de214
commit
984ffe65a8
|
@ -1,4 +1,4 @@
|
|||
# HAFx01 - Forecast Channel
|
||||
# HAFE01, HAFJ01, HAFP01 - Forecast Channel
|
||||
|
||||
[WC24Patch]
|
||||
$Main
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
# HATE01, HATJ01, HATP01 - Nintendo Channel
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[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]
|
||||
|
||||
[Video_Settings]
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
|
@ -1,24 +1,5 @@
|
|||
# HATE01 - Nintendo Channel (NTSC-U)
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[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]
|
||||
|
||||
[Video_Settings]
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
||||
[Gecko]
|
||||
$SSL Patch [Palapeli]
|
||||
2A35AB5C 00003A2F
|
||||
|
|
|
@ -1,24 +1,5 @@
|
|||
# HATJ01 - Nintendo Channel (NTSC-J)
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[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]
|
||||
|
||||
[Video_Settings]
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
||||
[Gecko]
|
||||
$SSL Patch [Palapeli]
|
||||
2A390014 00003A2F
|
||||
|
|
|
@ -1,24 +1,5 @@
|
|||
# HATP01 - Nintendo Channel (PAL)
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[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]
|
||||
|
||||
[Video_Settings]
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
||||
[Gecko]
|
||||
$SSL Patch [Palapeli]
|
||||
2A357D3C 00003A2F
|
||||
|
|
Loading…
Reference in New Issue