diff --git a/.github/workflows/scripts/validation/lint-gamedb/lint-gamedb.py b/.github/workflows/scripts/validation/lint-gamedb/lint-gamedb.py index ed1c809c52..12a6f0e45c 100644 --- a/.github/workflows/scripts/validation/lint-gamedb/lint-gamedb.py +++ b/.github/workflows/scripts/validation/lint-gamedb/lint-gamedb.py @@ -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"]