mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +00:00
Fixed compiling with --disable-menu (#14535)
This commit is contained in:
parent
03c901dfb8
commit
72a076a58d
@ -4923,7 +4923,7 @@ int16_t input_state_internal(unsigned port, unsigned device,
|
||||
INP_FLAG_BLOCK_LIBRETRO_INPUT);
|
||||
#else
|
||||
bool input_blocked = (input_st->flags &
|
||||
INP_FLAG_BLOCK_LIBETRO_INPUT);
|
||||
INP_FLAG_BLOCK_LIBRETRO_INPUT);
|
||||
#endif
|
||||
bool bitmask_enabled = false;
|
||||
unsigned max_users = settings->uints.input_max_users;
|
||||
|
@ -2576,8 +2576,10 @@ bool command_event(enum event_command cmd, void *data)
|
||||
command_playlist_update_write(
|
||||
NULL, *playlist_index, &entry);
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
/* Update playlist metadata */
|
||||
menu_driver_ctl(RARCH_MENU_CTL_REFRESH_THUMBNAIL_IMAGE, &i);
|
||||
#endif
|
||||
|
||||
runloop_msg_queue_push(msg_hash_to_str(MSG_RESET_CORE_ASSOCIATION), 1, 180, true, NULL, MESSAGE_QUEUE_ICON_DEFAULT, MESSAGE_QUEUE_CATEGORY_INFO);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user