Skip to content

Commit

Permalink
controls: Use QuickSave000 as save origin instead of QuickLoad000.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed Apr 20, 2023
1 parent bfdbc28 commit 5188dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2322,7 +2322,7 @@ void S9xApplyCommand (s9xcommand_t cmd, int16 data1, int16 data2)
case QuickSave009:
case QuickSave010:
{
std::string ext = std::to_string(i - QuickLoad000);
std::string ext = std::to_string(i - QuickSave000);
while (ext.length() < 3)
ext = '0' + ext;

Expand Down

0 comments on commit 5188dd3

Please sign in to comment.