mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-19 20:41:16 +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.
58 lines
1.1 KiB
INI
58 lines
1.1 KiB
INI
# SMNE01 - New SUPER MARIO BROS. Wii
|
|
|
|
[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 = Enable EFB to RAM for the coins to spin (it will cause a big slowdown).
|
|
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.
|
|
$Infinite Lives
|
|
00354E93 00000063
|
|
015478EF 00000063
|
|
$Infinite Mushrooms
|
|
00C7FE69 00000063
|
|
015DBB77 00000063
|
|
$Infinite Fire Flowers
|
|
00C7FE6A 00000063
|
|
015DBB7B 00000063
|
|
$Infinite Flying Suits
|
|
00C7FE6B 00000063
|
|
015DBB7F 00000063
|
|
$Infinite Ice Flowers
|
|
00C7FE6C 00000063
|
|
015DBB83 00000063
|
|
$Infinite Penguin Suits
|
|
00C7FE6D 00000063
|
|
015DBB87 00000063
|
|
$Infinite Mini Mushrooms
|
|
00C7FE6E 00000063
|
|
015DBB8B 00000063
|
|
$Infinite Stars
|
|
00C7FE6F 00000063
|
|
015DBB8F 00000063
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 512
|
|
|
|
[Video_Hacks]
|
|
DlistCachingEnable = False
|
|
|