mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-20 04:51:21 +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.
44 lines
835 B
INI
44 lines
835 B
INI
# GSSE8P - Sega Soccer Slam
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationIssues = Needs real xfb for the videos to display.
|
|
EmulationStateId = 4
|
|
|
|
[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.
|
|
$El Fuego Have Tons Of Cash
|
|
04238F74 05F5E0FF
|
|
$Spirit Have Tons Of Cash
|
|
04239C18 05F5E0FF
|
|
$Tsunami Have Tons Of Cash
|
|
0423A8BC 05F5E0FF
|
|
$Toxic Have Tons Of Cash
|
|
0423B560 05F5E0FF
|
|
$SubZero Have Tons Of Cash
|
|
0423C204 05F5E0FF
|
|
$Volta Have Tons Of Cash
|
|
0423CEA8 05F5E0FF
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
UseXFB = True
|
|
UseRealXFB = True
|
|
|