Merge pull request #14193 from jordan-woyak/budokaiprogressive

GameSettings: Dragon Ball Z: Budokai 1 and 2 adjustments.
This commit is contained in:
JMC47 2026-01-17 18:20:37 -05:00 committed by GitHub
commit 9e8e644fbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 38 additions and 30 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
# GD7JB2, GD7E70, GD7PB2 - Dragon Ball Z: Budokai
# GD7E70, GD7PB2 - Dragon Ball Z: Budokai
[Video_Hacks]
# Frame pacing

View File

@ -1,17 +1,11 @@
# GD7E70 - Dragon Ball Z: Budokai
[Core]
# Values set here will override the main Dolphin settings.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Gecko]
$Deinterlacing Fix
003CB228 00000000
0x803cb228:byte:0x00000000
[Gecko_RetroAchievements_Verified]
[OnFrame_Enabled]
$Deinterlacing Fix
[Patches_RetroAchievements_Verified]
$Deinterlacing Fix

View File

@ -1,17 +1,11 @@
# GD7PB2 - Dragon Ball Z: Budokai
[Core]
# Values set here will override the main Dolphin settings.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Gecko]
$Deinterlacing Fix
0044E9A8 00000000
0x8044e9a8:byte:0x00000000
[Gecko_RetroAchievements_Verified]
[OnFrame_Enabled]
$Deinterlacing Fix
[Patches_RetroAchievements_Verified]
$Deinterlacing Fix

View File

@ -1,7 +1,8 @@
# GZ3E70 - Dragon Ball Z 2
# GZ3E70 - Dragon Ball Z: Budokai 2
[OnFrame]
# Add memory patches to be applied every frame here.
$Deinterlacing Fix
0x80625dc8:byte:0x00000000
[ActionReplay]
# Add action replay cheats here.
@ -61,9 +62,12 @@ C0BA0020 00000000
202F2D50 3F4CCCCD
042F2D50 3F19999A
E2000001 80008000
$Deinterlacing Fix
00625DC8 00000000
[Gecko_RetroAchievements_Verified]
$16:9 Widescreen
[OnFrame_Enabled]
$Deinterlacing Fix
[Patches_RetroAchievements_Verified]
$Deinterlacing Fix

View File

@ -0,0 +1,5 @@
# GZBJB2 - ドラゴンボールZ
[Video_Hacks]
# Frame pacing
ImmediateXFBEnable = False

View File

@ -0,0 +1,11 @@
# GZBJB2 - ドラゴンボールZ
[OnFrame]
$Deinterlacing Fix
0x803C69E8:byte:0x00000000
[OnFrame_Enabled]
$Deinterlacing Fix
[Patches_RetroAchievements_Verified]
$Deinterlacing Fix

View File

@ -90,8 +90,8 @@ public:
static constexpr std::string_view BLUE = "#0B71C1";
static constexpr std::string_view APPROVED_LIST_FILENAME = "ApprovedInis.json";
static const inline Common::SHA1::Digest APPROVED_LIST_HASH = {
0xDF, 0x11, 0xD6, 0xA7, 0x2E, 0x8D, 0x3B, 0x3C, 0x41, 0x22,
0x29, 0x3F, 0x67, 0x40, 0xD9, 0x92, 0xBF, 0xC0, 0x1C, 0x43};
0x7D, 0x96, 0x3E, 0x00, 0x30, 0x1C, 0x7D, 0x0E, 0x72, 0x09,
0xE1, 0xF0, 0xF3, 0x51, 0x6D, 0x5C, 0xB3, 0x68, 0xAD, 0x79};
struct LeaderboardEntry
{