mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 20:00:52 +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.
40 lines
761 B
INI
40 lines
761 B
INI
# GWRE01 - 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 0 missed Buoys
|
|
046199F4 00000000
|
|
$Always turbo
|
|
04620FDC 0000004B
|
|
$Never 'out of bounds' - can not finish race
|
|
04619BD4 00000000
|
|
$Stunt mode: Massive score
|
|
0461B2B8 05F5E0FF
|
|
$Stunt mode: Freeze timer at 65"00
|
|
002A0063 08000000
|
|
$Have 99 Points (1P Mode)
|
|
00632B43 00000063
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|