mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 20:40: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.
46 lines
849 B
INI
46 lines
849 B
INI
# RZJP69 - DeadSpace
|
|
|
|
[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 =
|
|
|
|
[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.
|
|
$Unlock all Missions & Comics [TNTkryzt]
|
|
077FB800 0000000C
|
|
38C0000F 90DD0004
|
|
4A83DE28 00000000
|
|
0403962C 497C21D4
|
|
$Have Max Weapon Level [TNTkryzt]
|
|
0423BB0C 3B800004
|
|
0423BB10 9B9E0028
|
|
$Infinite Health [TNTkryzt]
|
|
040DDA40 60000000
|
|
$Infinite Ammo [TNTkryzt]
|
|
0421AA54 3BC00000
|
|
$Rapid Fire [TNTkryzt]
|
|
0423A4DC 60000000
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 512
|
|
|