mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
DolphinWX: Add options to Load Last Slot 9/10 to menu.
This commit is contained in:
@ -489,6 +489,8 @@ wxString CFrame::GetMenuLabel(int Id)
|
||||
case HK_LOAD_LAST_STATE_6:
|
||||
case HK_LOAD_LAST_STATE_7:
|
||||
case HK_LOAD_LAST_STATE_8:
|
||||
case HK_LOAD_LAST_STATE_9:
|
||||
case HK_LOAD_LAST_STATE_10:
|
||||
Label = wxString::Format(_("Last %i"),
|
||||
Id - HK_LOAD_LAST_STATE_1 + 1);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user