controls: Use QuickSave000 as save origin instead of QuickLoad000.

This commit is contained in:
BearOso 2023-04-20 10:07:33 -05:00
parent bfdbc28357
commit 5188dd3b7c
1 changed files with 1 additions and 1 deletions

View File

@ -2322,7 +2322,7 @@ void S9xApplyCommand (s9xcommand_t cmd, int16 data1, int16 data2)
case QuickSave009: case QuickSave009:
case QuickSave010: case QuickSave010:
{ {
std::string ext = std::to_string(i - QuickLoad000); std::string ext = std::to_string(i - QuickSave000);
while (ext.length() < 3) while (ext.length() < 3)
ext = '0' + ext; ext = '0' + ext;