From a11d09ebdf424d986931fad7d19fb591ce683250 Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Sat, 23 Oct 2021 20:52:41 +0100 Subject: [PATCH] Git: Update GameDB Validation script --- .github/workflows/scripts/validation/lint-gamedb/lint-gamedb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]