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.
31 lines
598 B
INI
31 lines
598 B
INI
# G2FE78 - Tak 2: The Staff of Dreams
|
|
|
|
[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
|
|
04112828 48232224
|
|
04344A4C D017021C
|
|
04344A50 C1B7021C
|
|
04344A54 4BDCDDDC
|
|
$Max JuJu Elements
|
|
00000000 843C58B8
|
|
4479C000 00030003
|
|
$Have All Cards/All Cards Mixable
|
|
00000000 8439A5E0
|
|
00000001 001E000A
|
|
|