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.
71 lines
1.3 KiB
INI
71 lines
1.3 KiB
INI
# GB4E51 - Burnout 2
|
|
|
|
[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.
|
|
$Infinite Boost
|
|
04220D04 42C80000
|
|
$Offensive Driving Complete
|
|
041EDCBC 00000001
|
|
$Unlock Pursuit Mode
|
|
041EDC94 00000000
|
|
$Unlock All Cars, Races & Cheats
|
|
041EDCBC 00000001
|
|
021EDB00 00DE0000
|
|
021EDCBE 00010000
|
|
$Unlock Face-Off Cheat
|
|
041EDC80 00000000
|
|
$Unlock Runaway Cheat
|
|
041EDC84 00000000
|
|
$Unlock Invulnerable Cheat
|
|
041EDC88 00000000
|
|
$Unlock Infinite Boost Cheat
|
|
041EDC8C 00000000
|
|
$Unlock Free Run Cheat
|
|
041EDC90 00000000
|
|
$Unlock Police Car
|
|
041EDB90 00000000
|
|
$Unlock Hot Rod
|
|
041EDB94 00000000
|
|
$Unlock Oval Racer
|
|
041EDB98 00000000
|
|
$Unlock Japanese Muscle
|
|
041EDB9C 00000000
|
|
$Unlock Supercar
|
|
041EDBA0 00000000
|
|
$Unlock Gangster
|
|
041EDBA8 00000000
|
|
$Unlock Driver's Ed
|
|
041EDBAC 00000000
|
|
$Unlock Custom Compact
|
|
041EDB74 00000000
|
|
$Unlock Custom Coupe
|
|
041EDB78 00000000
|
|
$Unlock Custom Sport
|
|
041EDB7C 00000000
|
|
$Unlock Custom Roadster
|
|
041EDB80 00000000
|
|
$Unlock Custom Pickup
|
|
041EDB84 00000000
|
|
$Unlock Custom Muscle
|
|
041EDB88 00000000
|
|
$Unlock Custom SUV
|
|
041EDB8C 00000000
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
|