Don't comment this out anymore
This commit is contained in:
parent
7e207626ad
commit
c1769ecce4
|
@ -60,11 +60,9 @@ typedef struct menu_display
|
||||||
|
|
||||||
|
|
||||||
static menu_display_ctx_driver_t *menu_display_ctx_drivers[] = {
|
static menu_display_ctx_driver_t *menu_display_ctx_drivers[] = {
|
||||||
#if 0
|
|
||||||
#ifdef HAVE_DIRECT3D
|
#ifdef HAVE_DIRECT3D
|
||||||
&menu_display_ctx_d3d,
|
&menu_display_ctx_d3d,
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#ifdef HAVE_OPENGL
|
#ifdef HAVE_OPENGL
|
||||||
&menu_display_ctx_gl,
|
&menu_display_ctx_gl,
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue