mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-04 17:06:48 +00:00
Buildfixes for compiling without HAVE_MENU
This commit is contained in:
parent
b0342ebe44
commit
78783cc2aa
@ -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…
Reference in New Issue
Block a user