mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 06:15:45 -04:00
Frontend: Fix last two slots missing from quick load
This commit is contained in:
parent
3ad6b005a8
commit
6f7b9c8e28
@ -772,7 +772,7 @@ void SDLInterface::DrawMainMenuBar()
|
||||
|
||||
if (ImGui::BeginMenu("Load State"))
|
||||
{
|
||||
for (u32 i = 1; i <= 8; i++)
|
||||
for (u32 i = 1; i <= NUM_QUICK_SAVE_STATES; i++)
|
||||
{
|
||||
if (ImGui::MenuItem(TinyString::FromFormat("State %u", i).GetCharArray()))
|
||||
DoLoadState(i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user