mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Fix missing HAVE_MENU ifdef.
This commit is contained in:
parent
6f62c87a62
commit
c953b78f07
@ -779,7 +779,9 @@ static void *d3d_init(const video_info_t *info,
|
||||
#ifdef _XBOX
|
||||
vid->should_resize = false;
|
||||
#else
|
||||
#ifdef HAVE_MENU
|
||||
vid->menu = NULL;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
driver->video_context = ctx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user