mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07: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.
47 lines
1.1 KiB
INI
47 lines
1.1 KiB
INI
# GMXE70 - Enter The Matrix
|
|
|
|
[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.
|
|
$Infinite Health
|
|
04099688 38000800
|
|
$Infinite Ammo
|
|
0417989C 60000000
|
|
$Infinite Focus
|
|
04195330 60000000
|
|
$Turn On Invisibility Mode
|
|
040D6CB4 38000008
|
|
$Press Focus Button for HyperMode(Use with health code and do not use in focus mode)
|
|
040BFFE4 60000000
|
|
$Shoot For Rapid Fire
|
|
0C3EFC00 00000000
|
|
041797C8 41820740
|
|
0C3EFC00 01040000
|
|
041797C8 60000000
|
|
$Have All Weapons On Level
|
|
04950504 00000002
|
|
$Have Test Level Unlocked(Save Game In Hacking Menu To Enable)
|
|
04950504 00002000
|
|
$Enable Multiplayer fighting levels(Save Game In Hacking Menu To Enable)
|
|
04950504 00000280
|
|
$Have Test And Multiplayer Fighting Levels(Save Game In Hacking Menu To Enable)
|
|
04950504 00002280
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
|