mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 19:50:51 +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.
32 lines
677 B
INI
32 lines
677 B
INI
# RSBP01 - Super Smash Bros. Brawl
|
|
|
|
[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 = Classic mode score report needs real xfb to appear properly.
|
|
|
|
[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.
|
|
$No HUD
|
|
040E2208 38A00000
|
|
$Unrestricted pause camera
|
|
040A9424 4E800020
|
|
0410B4E0 38800001
|
|
$Can start match with only 1 player
|
|
04684C44 2C060001
|
|
$All players can be on the same team
|
|
04684D5C 38600000
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
|