mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Buildfixes for compiling without HAVE_MENU
This commit is contained in:
parent
b0342ebe44
commit
78783cc2aa
3 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
1
driver.c
1
driver.c
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue