mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
Move gfx_widgets_ready to gfx_widgets.h
This commit is contained in:
parent
68f0e50a2f
commit
caccc410c6
@ -373,6 +373,8 @@ bool gfx_widget_start_load_content_animation(void);
|
||||
* enable_menu_widgets to true for that driver */
|
||||
void gfx_widgets_frame(void *data);
|
||||
|
||||
bool gfx_widgets_ready(void);
|
||||
|
||||
dispgfx_widget_t *dispwidget_get_ptr(void);
|
||||
|
||||
extern const gfx_widget_t gfx_widget_screenshot;
|
||||
|
@ -102,6 +102,9 @@
|
||||
#include "../frontend/frontend_driver.h"
|
||||
#include "../ui/ui_companion_driver.h"
|
||||
#include "../gfx/video_display_server.h"
|
||||
#ifdef HAVE_GFX_WIDGETS
|
||||
#include "../gfx/gfx_widgets.h"
|
||||
#endif
|
||||
#include "../config.features.h"
|
||||
#include "../version_git.h"
|
||||
#include "../list_special.h"
|
||||
|
@ -230,8 +230,6 @@ extern camera_driver_t camera_avfoundation;
|
||||
**/
|
||||
const char* config_get_camera_driver_options(void);
|
||||
|
||||
bool gfx_widgets_ready(void);
|
||||
|
||||
unsigned int retroarch_get_rotation(void);
|
||||
|
||||
void retroarch_init_task_queue(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user