mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-01 14:31:54 +00:00
(Menu) Feedback when adding a content to favorites
This commit is contained in:
parent
6c56ddcc22
commit
2ff6bee726
@ -2195,6 +2195,7 @@ TODO: Add a setting for these tweaks */
|
||||
NULL
|
||||
);
|
||||
playlist_write_file(g_defaults.content_favorites);
|
||||
runloop_msg_queue_push(msg_hash_to_str(MSG_ADDED_TO_FAVORITES), 1, 180, true);
|
||||
break;
|
||||
case CMD_EVENT_RESTART_RETROARCH:
|
||||
if (!frontend_driver_set_fork(FRONTEND_FORK_RESTART))
|
||||
|
@ -1875,6 +1875,8 @@ MSG_HASH(MENU_ENUM_SUBLABEL_WIFI_SETTINGS,
|
||||
"Scans for wireless networks and establishes connection.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_HELP_LIST,
|
||||
"Learn more about how the program works.")
|
||||
MSG_HASH(MSG_ADDED_TO_FAVORITES,
|
||||
"Added to favorites")
|
||||
MSG_HASH(MSG_APPENDED_DISK,
|
||||
"Appended disk")
|
||||
MSG_HASH(MSG_APPLICATION_DIR,
|
||||
|
@ -172,6 +172,7 @@ enum msg_hash_enums
|
||||
MSG_NETPLAY_CANNOT_PLAY,
|
||||
MSG_NETPLAY_PEER_PAUSED,
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
MSG_ADDED_TO_FAVORITES,
|
||||
MSG_AUTODETECT,
|
||||
MSG_AUDIO_VOLUME,
|
||||
MSG_AUDIO_MIXER_VOLUME,
|
||||
|
Loading…
x
Reference in New Issue
Block a user