mirror of https://github.com/PCSX2/pcsx2.git
Git: Update GameDB Validation script
This commit is contained in:
parent
d294064da6
commit
a11d09ebdf
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue