diff --git a/patches/58410B00 - Dead Rising 2 Case West.patch.toml b/patches/58410B00 - Dead Rising 2 Case West.patch.toml index dc54723d..fdd48b2a 100644 --- a/patches/58410B00 - Dead Rising 2 Case West.patch.toml +++ b/patches/58410B00 - Dead Rising 2 Case West.patch.toml @@ -11,3 +11,33 @@ hash = "049D0865F8D83AF3" # default.xex [[patch.be32]] address = 0x823d2f9c value = 0x60000000 + +[[patch]] + name = "Unlock FPS" + desc = "FPS is unlocked but maxed at 120 internally. Disable 'd3d12_allow_variable_refresh_rate_and_tearing' if FPS is stuttering." + author = "UndeadFrankie" + is_enabled = false + + [[patch.be8]] + address = 0x82a0122f + value = 0x00 + +[[patch]] + name = "Enable Developer Settings" + desc = "Required for Debug Settings and Cheats. Allows User.ini / Master.ini. If unsure set to true." + author = "UndeadFrankie" + is_enabled = false + + [[patch.be8]] + address = 0x82a02f0c + value = 0x00 + +[[patch]] + name = "Skip Intro Logos" + desc = "Skips Capcom and BCG logos but ESRB still plays." + author = "UndeadFrankie" + is_enabled = false + + [[patch.be16]] + address = 0x824e1a9c + value = 0x4800