mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -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.
56 lines
1.0 KiB
INI
56 lines
1.0 KiB
INI
# GUNE5D - Gauntlet - Dark Legacy
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationStateId = 5
|
|
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.
|
|
$Player 1 health 9999
|
|
0020004A 08000000
|
|
04277374 461C3C00
|
|
$Player 1 infinite keys
|
|
0020004B 08000000
|
|
04277378 00000063
|
|
$Player 1 tons of cash
|
|
0020004C 08000000
|
|
04277384 461C3C00
|
|
$Player 2 health 9999
|
|
0020004D 08000000
|
|
0427A6D0 461C3C00
|
|
$Player 2 infinite keys
|
|
0020004E 08000000
|
|
0427A6D4 00000063
|
|
$Player 2 tons of cash
|
|
0020004F 08000000
|
|
0427A6E0 461C3C00
|
|
$Player 3 health 9999
|
|
00200050 08000000
|
|
0427DA2C 461C3C00
|
|
$Player 3 infinite keys
|
|
00200051 08000000
|
|
0427DA30 00000063
|
|
$Player 3 tons of cash
|
|
00200052 08000000
|
|
0427DA3C 461C3C00
|
|
$Player 4 health 9999
|
|
00200053 08000000
|
|
04280D88 461C3C00
|
|
$Player 4 infinite keys
|
|
00200054 08000000
|
|
04280D8C 00000063
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
|