mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
DolphinWX: Add options to Load Last Slot 9/10 to menu.
This commit is contained in:
parent
ced89be3b7
commit
b3471e0abc
3 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue