mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Show message again for undid load state
This commit is contained in:
parent
f816829d99
commit
eab8890ecf
@ -3236,6 +3236,8 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
|
||||
return "Undo Load State";
|
||||
case MENU_ENUM_LABEL_VALUE_UNDO_SAVE_STATE:
|
||||
return "Undo Save State";
|
||||
case MSG_UNDID_LOAD_STATE:
|
||||
return "Undid load state.";
|
||||
case MENU_ENUM_LABEL_VALUE_RESUME_CONTENT:
|
||||
return "Resume";
|
||||
case MENU_ENUM_LABEL_VALUE_INPUT_DRIVER:
|
||||
|
@ -132,6 +132,7 @@ enum msg_hash_enums
|
||||
MSG_NO_SAVE_STATE_HAS_BEEN_OVERWRITTEN_YET,
|
||||
MSG_CANNOT_INFER_NEW_CONFIG_PATH,
|
||||
MSG_UNDID_LOAD_STATE,
|
||||
MSG_UNDID_SAVE_STATE,
|
||||
MSG_FAILED_TO_ACCEPT_INCOMING_SPECTATOR,
|
||||
MSG_FAILED_TO_GET_NICKNAME_FROM_CLIENT,
|
||||
MSG_FAILED_TO_SEND_NICKNAME_TO_CLIENT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user