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.
80 lines
1.4 KiB
INI
80 lines
1.4 KiB
INI
# GPOP8P - PSO EPISODE I&II
|
|
|
|
[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 = needs texture cache
|
|
|
|
[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.
|
|
$ENABLE
|
|
07FE0000 98000000
|
|
0C010BE0 4E800020
|
|
C4010BE0 0000FF01
|
|
0C6CB69C 4E800020
|
|
C46CB69C 0000FF02
|
|
0C37AAA0 4E800020
|
|
C437AAA0 0002FF03
|
|
C437AAA0 0002FF03
|
|
$No textures
|
|
07FE6365 18000000
|
|
04205128 38600010
|
|
$God of Equip
|
|
07FE0675 18000000
|
|
801052D4 38000005
|
|
$All Areas Open
|
|
0418665C 3800FFFF
|
|
04186D60 3800FFFF
|
|
$Mag is Always Hungry
|
|
07FE1026 18000000
|
|
$All Kills Worth 7FFF Exp
|
|
07FE3C45 18000000
|
|
041B1404 3BC07FFF
|
|
$Buy rare in Armor Shop
|
|
0FFC1110 98000000
|
|
057DFDD8 4BD266F0
|
|
057DFDDC 000009C0
|
|
3FFC1111 98000000
|
|
057DFDD8 4BD25BB0
|
|
057DFDDC 00000B40
|
|
5FFC1112 98000000
|
|
057DFDD8 4BD27D90
|
|
057DFDDC 00000AA0
|
|
7FFC1112 98000000
|
|
057DFDD8 4BD270B0
|
|
$Game Save Valid
|
|
4C1FD6CC 7C040040
|
|
041FD6C8 7C0521AE
|
|
041FD6D0 4800000C
|
|
4C1FD770 7C040040
|
|
041FD76C 7C0521AE
|
|
041FD774 4800000C
|
|
$Game Save copyable
|
|
0C385460 909C0028
|
|
04385464 4BC7DABC
|
|
04002F20 38000004
|
|
04002F24 981C0034
|
|
04002F28 38000000
|
|
04002F2C 4838253C
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 512
|
|
|