From 9cce7dca9aaa51221937255485a88fb7d5bac3f5 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Sun, 28 Jul 2024 16:35:32 +0200 Subject: [PATCH] grrr --- tests/bgb_get_snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bgb_get_snapshot.py b/tests/bgb_get_snapshot.py index e23be94..8cc6754 100644 --- a/tests/bgb_get_snapshot.py +++ b/tests/bgb_get_snapshot.py @@ -50,7 +50,7 @@ def make_and_run(rom_relative): cmd = [ *bgb_exe, "-set \"DebugSrcBrk=1\"", - "-autoexit" + "-autoexit", "-hf", "-stateonexit", # "-screenonexit", screenshot_path.absolute().as_posix(),