mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 20:30:51 +01: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
677 B
INI
35 lines
677 B
INI
# GLME01 - Luigi's Mansion
|
|
|
|
[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 = 4
|
|
Issues="Some controls may not work correctly"
|
|
|
|
[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
|
|
040B9524 60000000
|
|
$999 Cash
|
|
040AE4D0 3C00270F
|
|
040AE4E8 60000000
|
|
040AE500 60000000
|
|
$99 of some treasures
|
|
040AE518 63180063
|
|
040AE51C 3F000063
|
|
040AE520 3F000063
|
|
040AE524 3F000063
|
|
040AE528 3F000063
|
|
040AE52C 3F000063
|
|
040AE530 3F000063
|
|
$End Boss Has No HP
|
|
|