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.
45 lines
849 B
INI
45 lines
849 B
INI
# GO7F69 - 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 = needs optimize quantizers off
|
|
EmulationStateId = 5
|
|
|
|
[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.
|
|
$Moon Jump (Hold Y)
|
|
4A0901CE 00000004
|
|
3A24C29C 00000800
|
|
422B4C50 00204080
|
|
$Infinite Health
|
|
0A0901CE 00000004
|
|
0429EBAC 00000001
|
|
0A0901CE 0000001C
|
|
0407D53C 380001CE
|
|
$Infinite Ammo
|
|
0A0901CE 00000004
|
|
040EF910 3800000A
|
|
4A0901CE 0000001C
|
|
040FDD20 3920270F
|
|
040FDD28 913F0018
|
|
$More Weapons
|
|
0A0901CE 00000004
|
|
040F5F68 392001CE
|
|
$Unlock all Levels
|
|
4A0901CE 00000004
|
|
00000000 80207C94
|
|
00000001 000A0018
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
|