mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
Stub function of null_gfx_restart when HAVE_MENU is defined
This commit is contained in:
parent
cd85591211
commit
b370d3f048
@ -62,8 +62,7 @@ static void null_gfx_free(void *data)
|
||||
(void)data;
|
||||
}
|
||||
|
||||
#ifdef RARCH_CONSOLE
|
||||
static void null_gfx_start(void) {}
|
||||
#ifdef HAVE_MENU
|
||||
static void null_gfx_restart(void) {}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user