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.
45 lines
854 B
INI
45 lines
854 B
INI
# GWRP01 - WAVE RACE / BLUE STORM
|
|
|
|
[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
|
|
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.
|
|
$Always First Place
|
|
0061C57B 00000000
|
|
$Never Out of Bounds
|
|
0061C874 00000000
|
|
$Stunt Mode: Freeze Timer
|
|
0461C82C 00010488
|
|
$Stunt Mode: Massive Score
|
|
0461DF58 3B9AC9FF
|
|
$Zero buoys missed
|
|
0261C696 00000000
|
|
$Always turbo
|
|
04623C7E 0000004B
|
|
$PAL2NTSC Fix
|
|
04252AC0 00000010
|
|
$All Championships/Tracks Open
|
|
04694558 01010101
|
|
046945E0 00000001
|
|
046945D4 00010001
|
|
046945D8 00010000
|
|
$All Weather Options Available
|
|
040AA930 38000001
|
|
040A5FE8 38000001
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
|