mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Silence two issues
This commit is contained in:
parent
496104005b
commit
6a541125aa
@ -56,12 +56,12 @@ void menu_widgets_iterate(unsigned width, unsigned height);
|
|||||||
void menu_widgets_screenshot_taken(const char *shotname, const char *filename);
|
void menu_widgets_screenshot_taken(const char *shotname, const char *filename);
|
||||||
|
|
||||||
/* AI Service functions */
|
/* AI Service functions */
|
||||||
int menu_widgets_ai_service_overlay_get_state();
|
int menu_widgets_ai_service_overlay_get_state(void);
|
||||||
bool menu_widgets_ai_service_overlay_set_state(int state);
|
bool menu_widgets_ai_service_overlay_set_state(int state);
|
||||||
|
|
||||||
bool menu_widgets_ai_service_overlay_load(
|
bool menu_widgets_ai_service_overlay_load(
|
||||||
char* buffer, unsigned buffer_len, enum image_type_enum image_type);
|
char* buffer, unsigned buffer_len, enum image_type_enum image_type);
|
||||||
void menu_widgets_ai_service_overlay_unload();
|
void menu_widgets_ai_service_overlay_unload(void);
|
||||||
|
|
||||||
|
|
||||||
void menu_widgets_start_load_content_animation(const char *content_name, bool remove_extension);
|
void menu_widgets_start_load_content_animation(const char *content_name, bool remove_extension);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user