-
-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 58410A8D - Dead Rising 2 Case Zero.patch.toml
Unlocked FPS, Enabled Developer Settings and Intro Logo Skip.
- Loading branch information
1 parent
3961a77
commit df5e7dc
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
title_name = "Dead Rising 2: Case Zero" | ||
title_id = "58410A8D" # XA-2701 | ||
hash = "7B6CE8A3267F3AA5" # default.xex | ||
#media_id = "00000000" | ||
|
||
[[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 = 0x829edcc6 | ||
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 = 0x829ec974 | ||
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 = 0x824ffbb4 | ||
value = 0x4800 |