Fix typo (resolves )

fixes 007d862c5
This commit is contained in:
YoshiRulz 2023-01-15 05:38:03 +10:00
parent 8c32157547
commit 15056f11f2
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions
src/BizHawk.Client.EmuHawk

View File

@ -4454,7 +4454,7 @@ namespace BizHawk.Client.EmuHawk
var handled = Master.PreviousSlot();
if (handled) return;
}
Config.SaveSlot++;
Config.SaveSlot--;
if (Config.SaveSlot < 1) Config.SaveSlot = 10;
SaveSlotSelectedMessage();
UpdateStatusSlots();