Skip to content

Commit

Permalink
store auto_turbo as a string
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimich committed Nov 5, 2024
1 parent 71dbe17 commit 3105d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend.ash
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ void main(string... input)
{
user_confirm("This will use UMSBs and Spice Melanges if you have them. If you are ok with this, you have 15 seconds to hit 'Yes'", 15000, false);
{
set_property("auto_turbo", true);
set_property("auto_turbo", "true");
auto_log_info("Ka-chow! Gotta go fast.");
break;
}
Expand Down

0 comments on commit 3105d4a

Please sign in to comment.