diff --git a/pcsx2-gsrunner/test_run_dumps.py b/pcsx2-gsrunner/test_run_dumps.py index 0a001790a8..25f0d884f2 100644 --- a/pcsx2-gsrunner/test_run_dumps.py +++ b/pcsx2-gsrunner/test_run_dumps.py @@ -32,7 +32,7 @@ def run_regression_test(runner, dumpdir, renderer, upscale, renderhacks, paralle if upscale != 1.0: args.extend(["-upscale", str(upscale)]) - + if renderhacks is not None: args.extend(["-renderhacks", renderhacks])