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.
56 lines
1.1 KiB
INI
56 lines
1.1 KiB
INI
# GFYE69 - FIFA Street 2
|
|
|
|
[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.
|
|
EmulationStateId = 4
|
|
EmulationIssues = Videos are messed up, skip them.
|
|
|
|
[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.
|
|
$Home Team Starts With 10
|
|
2843491F 0000000A
|
|
0043491F 0000000A
|
|
$Home Team Starts With 5
|
|
2843491F 00000005
|
|
0043491F 00000005
|
|
$Home Team Can't Score
|
|
0043491F 00000000
|
|
$Home Team Quick Trick Points
|
|
04434920 000F423F
|
|
$Home Team Low Trick Points
|
|
04434920 00000000
|
|
$Away Team Starts With 10
|
|
284349E7 0000000A
|
|
004349E7 0000000A
|
|
$Away Team Starts With 5
|
|
284349E7 00000005
|
|
004349E7 00000005
|
|
$Away Team Can't Score
|
|
004349E7 00000000
|
|
$Away Team Quick Trick Points
|
|
044349E8 000F423F
|
|
$Away Team Low Trick Points
|
|
044349E8 00000000
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 512
|
|
|