From d3bdf07919ceb4483d738f916f14f3300c466957 Mon Sep 17 00:00:00 2001 From: Arignir Date: Thu, 1 Aug 2024 03:19:17 +0200 Subject: [PATCH] Fix the accuracy tests. --- accuracy/check.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/accuracy/check.py b/accuracy/check.py index 90b0f85..6000cce 100755 --- a/accuracy/check.py +++ b/accuracy/check.py @@ -130,7 +130,6 @@ def main(): }}, "emulation": {{ "skip_bios": true, - "pause_on_reset": true, "speed": 1, "fast_forward": true, "backup_storage": {{ @@ -141,6 +140,9 @@ def main(): "autodetect": true, "type": 0 }} + }}, + "misc": {{ + "pause_when_game_resets": true }} }} ''').encode('utf-8'))