Skip to content

Commit

Permalink
Fix the accuracy tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arignir committed Aug 1, 2024
1 parent a2c8eb2 commit d3bdf07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion accuracy/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def main():
}},
"emulation": {{
"skip_bios": true,
"pause_on_reset": true,
"speed": 1,
"fast_forward": true,
"backup_storage": {{
Expand All @@ -141,6 +140,9 @@ def main():
"autodetect": true,
"type": 0
}}
}},
"misc": {{
"pause_when_game_resets": true
}}
}}
''').encode('utf-8'))
Expand Down

0 comments on commit d3bdf07

Please sign in to comment.