mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Buildfixes
This commit is contained in:
parent
cc37b7037f
commit
d26c1b7ca8
@ -36,6 +36,15 @@
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "menu_input_bind_dialog.h"
|
||||
#include "menu_setting.h"
|
||||
#include "menu_cbs.h"
|
||||
#include "menu_driver.h"
|
||||
#include "menu_input.h"
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
#include "menu_shader.h"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_STEAM) && defined(HAVE_MIST)
|
||||
#include <mist.h>
|
||||
#endif
|
||||
@ -61,20 +70,11 @@
|
||||
|
||||
#include "../frontend/frontend_driver.h"
|
||||
|
||||
#include "menu_input_bind_dialog.h"
|
||||
|
||||
#include "menu_setting.h"
|
||||
#include "menu_cbs.h"
|
||||
#include "menu_driver.h"
|
||||
#include "../camera/camera_driver.h"
|
||||
#include "../gfx/gfx_animation.h"
|
||||
#ifdef HAVE_GFX_WIDGETS
|
||||
#include "../gfx/gfx_widgets.h"
|
||||
#endif
|
||||
#include "menu_input.h"
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
#include "menu_shader.h"
|
||||
#endif
|
||||
|
||||
#include "../core.h"
|
||||
#include "../configuration.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user