mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Remove this
This commit is contained in:
parent
ea5538d955
commit
fa802ac19a
@ -3,7 +3,7 @@ DEPS_DIR := $(ROOT_DIR)/deps
|
|||||||
LIBRETRO_COMM_DIR := $(ROOT_DIR)/libretro-common
|
LIBRETRO_COMM_DIR := $(ROOT_DIR)/libretro-common
|
||||||
WANT_WGL = 0
|
WANT_WGL = 0
|
||||||
|
|
||||||
#CFLAGS += -fstack-usage
|
CFLAGS += -fstack-usage
|
||||||
|
|
||||||
ifeq ($(HAVE_GL_CONTEXT),)
|
ifeq ($(HAVE_GL_CONTEXT),)
|
||||||
HAVE_GL_CONTEXT=0
|
HAVE_GL_CONTEXT=0
|
||||||
|
@ -55,7 +55,6 @@ static int deferred_push_dlist(menu_displaylist_info_t *info, enum menu_displayl
|
|||||||
if (!menu_displaylist_ctl(state, info))
|
if (!menu_displaylist_ctl(state, info))
|
||||||
return menu_cbs_exit();
|
return menu_cbs_exit();
|
||||||
menu_displaylist_process(info);
|
menu_displaylist_process(info);
|
||||||
menu_displaylist_info_free(info);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user