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.
35 lines
672 B
INI
35 lines
672 B
INI
# GE5EA4 - TMNT:Mutant Melee
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
TLBHack = 1
|
|
|
|
[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
|
|
052278A8 00000226
|
|
$Press R+Y For More Time
|
|
0A27E530 000008A0
|
|
04288F70 4415C000
|
|
$Press L+Y For No Time
|
|
0A27E530 000008C0
|
|
04288F70 40000000
|
|
$All Characters Unlocked
|
|
00280B88 00000D01
|
|
00280B6C 00001501
|
|
$All Melee Levels Unlocked
|
|
02280D2C 00100000
|
|
$Library Complete
|
|
02280BE8 0021FFFF
|
|
|