Skip to content

Commit

Permalink
Fix the accuracy tests by ensuring the emulator is paused immediately on
Browse files Browse the repository at this point in the history
boot.
  • Loading branch information
Arignir committed Mar 6, 2024
1 parent 18771b8 commit 0471607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accuracy/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def main():
}},
"emulation": {{
"skip_bios": true,
"pause_on_reset": true,
"speed": 0,
"unbounded": false,
"backup_storage": {{
Expand Down

0 comments on commit 0471607

Please sign in to comment.