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.
62 lines
1.2 KiB
INI
62 lines
1.2 KiB
INI
# GPOE8P - PHANTASY STAR ONLINE 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 = 5
|
|
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.
|
|
$Save Validation Code v1.2/Plus
|
|
0E800351 08000000
|
|
4C1FD7D0 7C040040
|
|
041FD7CC 7C0521AE
|
|
041FD7D4 4800000C
|
|
4C1FD874 7C040040
|
|
041FD870 7C0521AE
|
|
041FD878 4800000C
|
|
$Make Save Copyable NTSC Port - PLUS/1.2
|
|
0C386974 909C0028
|
|
04386978 4BC80004
|
|
04001D60 38000004
|
|
04001D64 981C0034
|
|
04001D68 38000000
|
|
04001D6C 48384C14
|
|
$Save Validation Code v 1.0/v1.1
|
|
0E800251 08000000
|
|
4C1FCE48 7C040040
|
|
041FCE44 7C0521AE
|
|
041FCE4C 4800000C
|
|
4C1FCEEC 7C040040
|
|
041FCEE8 7C0521AE
|
|
041FCEF0 4800000C
|
|
$Make Save Copyable NTSC Port - 1.0/1.1
|
|
07FE0C8C 08000000
|
|
0C383230 909C0028
|
|
04383234 4BC7FCEC
|
|
04002F20 38000004
|
|
04002F24 981C0034
|
|
04002F28 38000000
|
|
04002F2C 4838030C
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 512
|
|
|