From b8534d7dc724649b3e30d94a409f2537f49fdb13 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Mon, 29 Jul 2024 13:57:10 +0200 Subject: [PATCH] no screenonexit in python --- tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.py b/tests/test.py index 57273e5..1637c52 100644 --- a/tests/test.py +++ b/tests/test.py @@ -7,7 +7,7 @@ "-autoexit", "-hf", "-stateonexit", - "-screenonexit", "build/wav_test_load_and_play.bmp", + # "-screenonexit", "build/wav_test_load_and_play.bmp", "-rom", "build/wav_test_load_and_play.gb" ])