mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
(XDK1) Build fix
This commit is contained in:
parent
d17ffbb625
commit
bd347fc5c7
@ -895,8 +895,10 @@ static void xdk_d3d_set_osd_msg(void *data, const char *msg, void *userdata)
|
||||
|
||||
static const video_poke_interface_t d3d_poke_interface = {
|
||||
xdk_d3d_set_filtering,
|
||||
#ifdef HAVE_FBO
|
||||
NULL,
|
||||
NULL,
|
||||
#endif
|
||||
xdk_d3d_set_aspect_ratio,
|
||||
xdk_d3d_apply_state_changes,
|
||||
#ifdef HAVE_MENU
|
||||
|
@ -21,6 +21,8 @@
|
||||
#ifdef _XBOX1
|
||||
#include <xfont.h>
|
||||
#endif
|
||||
#include "../gfx/shader_common.h"
|
||||
#include "../gfx/shader_parse.h"
|
||||
#include "../gfx/image/image.h"
|
||||
#include "../gfx/fonts/d3d_font.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user