This commit is contained in:
twinaphex 2019-08-15 15:50:26 +02:00
parent 92dec44b0e
commit a5f411ef5c
2 changed files with 3 additions and 4 deletions

View File

@ -313,7 +313,7 @@ static void msg_widget_msg_transition_animation_done(void *userdata)
msg->msg_transition_animation = 0.0f;
}
bool menu_widgets_msg_queue_push(
void menu_widgets_msg_queue_push(
retro_task_t *task, const char *msg,
unsigned duration,
char *title,
@ -485,8 +485,6 @@ bool menu_widgets_msg_queue_push(
msg_widget->task_progress = task->progress;
}
}
return true;
}
static void menu_widgets_unfold_end(void *userdata)

View File

@ -41,7 +41,7 @@ bool menu_widgets_init(bool video_is_threaded);
void menu_widgets_free(void);
bool menu_widgets_msg_queue_push(
void menu_widgets_msg_queue_push(
retro_task_t *task, const char *msg,
unsigned duration,
char *title,
@ -56,6 +56,7 @@ void menu_widgets_iterate(unsigned width, unsigned height);
void menu_widgets_screenshot_taken(const char *shotname, const char *filename);
void menu_widgets_start_load_content_animation(const char *content_name, bool remove_extension);
void menu_widgets_cleanup_load_content_animation(void);
void menu_widgets_context_reset(bool is_threaded,