Move gfx_widgets_ready to gfx_widgets.h

This commit is contained in:
twinaphex 2021-10-13 17:51:46 +02:00
parent 68f0e50a2f
commit caccc410c6
3 changed files with 5 additions and 2 deletions

View File

@ -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;

View File

@ -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"

View File

@ -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);