mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
d287fad01e
Having settings for each game in more than one file is redundant. Now, region-free INIs are now only for settings, and region-specific INIs are only for AR codes and patches. Exceptions are made for titles that share the first three characters of their IDs with unrelated titles (mostly unlicensed titles and Triforce titles).
24 lines
496 B
INI
24 lines
496 B
INI
# GDDE41 - Disney's Donald Duck Goin' Quackers
|
|
|
|
[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.
|
|
$Have Infinite Lives
|
|
04765074 00000063
|
|
$Always Have 99 Cogs
|
|
04765070 00000063
|
|
$Never Have More Than 1 Life
|
|
34765074 00000001
|
|
04765074 00000001
|
|
$Never Have More Than 3 Lives
|
|
34765074 00000003
|
|
04765074 00000003
|
|
$Never Have More Than 1 Cog
|
|
34765070 00000001
|
|
04765070 00000001
|