mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
e5f4586356
Add a simple Python script that does a basic normalization on the game INI files and run it across all the files we have. This normalizes the sections, their order and comments, and the whitespace within them. It also removes the sections Video_Hardware, Gecko, and Wii, which should not be in the game INI files we ship by default.
49 lines
925 B
INI
49 lines
925 B
INI
# GJCE8P - jack
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
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.
|
|
$Infinite Health
|
|
040B4C6C 38000064
|
|
040B4C70 9003022C
|
|
040B4C74 48000028
|
|
$Infinite Zen Energy
|
|
040B4D80 60000000
|
|
$Infinite Shuriken Ammo
|
|
040BEA58 38000032
|
|
040BEA5C 901F00E8
|
|
040BEA60 60000000
|
|
$Infinite Arrows (On Pick Up)
|
|
040B969C 39200032
|
|
040B96A0 60000000
|
|
$1 Hit Kills Enemies
|
|
0408DF3C 3BE00000
|
|
0408DF40 93EB022C
|
|
$Super Jump
|
|
04231B40 43480000
|
|
$All Level Stats Maxed And Viewable
|
|
00000000 854D0B2C
|
|
000003E7 001D0018
|
|
00000000 854D0B30
|
|
000003E7 001D0018
|
|
00000000 854D0B34
|
|
000003E7 001D0018
|
|
00000000 854D0B38
|
|
000003E7 001D0018
|
|
054D0938 00000001
|
|
00000000 854D0938
|
|
00000001 00140001
|
|
|