mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -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.
50 lines
859 B
INI
50 lines
859 B
INI
# GO7P69 - James Bond 007(tm): NightFire(tm)
|
|
|
|
[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
|
|
0180E47C 18000000
|
|
0A0901CE 00000004
|
|
0429EBAC 00000001
|
|
0A0901CE 0000001C
|
|
0407D53C 380001CE
|
|
|
|
$Infinite Ammo
|
|
0180E47D 18000000
|
|
0A0901CE 00000004
|
|
040EF910 3800000A
|
|
4A0901CE 0000001C
|
|
040FDD20 3920270F
|
|
040FDD28 913F0018
|
|
|
|
$Moon Jump (Hold Y)
|
|
0180E47E 18000000
|
|
4A0901CE 00000004
|
|
3A24C29C 00000800
|
|
422B4C50 00204080
|
|
|
|
$More Weapons
|
|
0180E480 18000000
|
|
0A0901CE 00000004
|
|
040F5F68 392001CE
|
|
|
|
$Unlock Levels
|
|
0180E47F 18000000
|
|
4A0901CE 00000004
|
|
00000000 80207C94
|
|
00000001 000A0018
|
|
|