mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-10 12:27:01 -05:00
Normalize all Game INI files
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.
This commit is contained in:
@@ -1,10 +1,21 @@
|
||||
# GSAP01 - Star Fox Adventures
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
|
||||
[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 = 2
|
||||
EmulationIssues =
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
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.
|
||||
$Fox: Infinite Health
|
||||
017E1099 18000000
|
||||
023A4A54 00001C1C
|
||||
@@ -48,5 +59,7 @@ $Moon Jump (Hold B)
|
||||
017E10A1 18000000
|
||||
0A33B052 00000200
|
||||
423A5ABC 00143FFF
|
||||
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user