mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix missing HAVE_MENU ifdef.
This commit is contained in:
parent
6f62c87a62
commit
c953b78f07
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue