mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Merge pull request #11998 from JosJuice/hat
GameSettings: Restore HAT.ini
This commit is contained in:
commit
7a2352f90c
5 changed files with 21 additions and 58 deletions
|
@ -1,4 +1,4 @@
|
||||||
# HAFx01 - Forecast Channel
|
# HAFE01, HAFJ01, HAFP01 - Forecast Channel
|
||||||
|
|
||||||
[WC24Patch]
|
[WC24Patch]
|
||||||
$Main
|
$Main
|
||||||
|
|
20
Data/Sys/GameSettings/HAT.ini
Normal file
20
Data/Sys/GameSettings/HAT.ini
Normal file
|
@ -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)
|
# 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]
|
[Gecko]
|
||||||
$SSL Patch [Palapeli]
|
$SSL Patch [Palapeli]
|
||||||
2A35AB5C 00003A2F
|
2A35AB5C 00003A2F
|
||||||
|
|
|
@ -1,24 +1,5 @@
|
||||||
# HATJ01 - Nintendo Channel (NTSC-J)
|
# 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]
|
[Gecko]
|
||||||
$SSL Patch [Palapeli]
|
$SSL Patch [Palapeli]
|
||||||
2A390014 00003A2F
|
2A390014 00003A2F
|
||||||
|
|
|
@ -1,24 +1,5 @@
|
||||||
# HATP01 - Nintendo Channel (PAL)
|
# 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]
|
[Gecko]
|
||||||
$SSL Patch [Palapeli]
|
$SSL Patch [Palapeli]
|
||||||
2A357D3C 00003A2F
|
2A357D3C 00003A2F
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue