Git: Update GameDB Validation script

This commit is contained in:
refractionpcsx2 2021-10-23 20:52:41 +01:00
parent d294064da6
commit a11d09ebdf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ allowed_game_fixes = [
"IbitHack",
"VUOverflowHack",
]
allowed_speed_hacks = ["mvuFlagSpeedHack", "InstantVU1SpeedHack"]
allowed_speed_hacks = ["mvuFlagSpeedHack", "InstantVU1SpeedHack", "MTVUSpeedHack"]
# Patches are allowed to have a 'default' key or a crc-32 key, followed by
allowed_patch_options = ["author", "content"]