Buildfixes for compiling without HAVE_MENU

This commit is contained in:
twinaphex 2016-05-11 10:06:15 +02:00
parent b0342ebe44
commit 78783cc2aa
3 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <libretro.h>
#include "cheevos.h"
#include "command.h"
#include "dynamic.h"
#include "network/net_http_special.h"
#include "configuration.h"

View File

@ -17,6 +17,7 @@
#include <compat/posix_string.h>
#include <string/stdstring.h>
#include "command.h"
#include "general.h"
#include "msg_hash.h"
#include "system.h"

View File

@ -2008,7 +2008,9 @@ static const video_poke_interface_t vulkan_poke_interface = {
NULL,
NULL,
#endif
#ifdef HAVE_MENU
vulkan_set_osd_msg,
#endif
vulkan_show_mouse,
NULL,
vulkan_get_current_shader,