mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Add file to Griffin/Makefile
This commit is contained in:
parent
3b0e324a84
commit
8b0628f13e
@ -746,6 +746,10 @@ ifeq ($(HAVE_D3D9), 1)
|
|||||||
DEFINES += -DHAVE_D3D -DHAVE_D3D9
|
DEFINES += -DHAVE_D3D -DHAVE_D3D9
|
||||||
LIBS += -ld3d9 -ld3dx9 -ldxguid
|
LIBS += -ld3d9 -ld3dx9 -ldxguid
|
||||||
|
|
||||||
|
#ifeq ($(HAVE_MENU_COMMON), 1)
|
||||||
|
#OBJ += menu/drivers_display/menu_display_d3d.o
|
||||||
|
#endif
|
||||||
|
|
||||||
ifeq ($(HAVE_CG), 1)
|
ifeq ($(HAVE_CG), 1)
|
||||||
LIBS += -lcgD3D9
|
LIBS += -lcgD3D9
|
||||||
OBJ += gfx/d3d/render_chain_cg.o
|
OBJ += gfx/d3d/render_chain_cg.o
|
||||||
|
@ -139,9 +139,6 @@ VIDEO CONTEXT
|
|||||||
#include "../gfx/drivers_context/vc_egl_ctx.c"
|
#include "../gfx/drivers_context/vc_egl_ctx.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
|
||||||
#include "../menu/drivers_display/menu_display_gl.c"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(_XBOX)
|
#if defined(_WIN32) && !defined(_XBOX)
|
||||||
#include "../gfx/drivers_context/wgl_ctx.c"
|
#include "../gfx/drivers_context/wgl_ctx.c"
|
||||||
@ -817,9 +814,21 @@ MENU
|
|||||||
#include "../menu/intl/menu_hash_pt.c"
|
#include "../menu/intl/menu_hash_pt.c"
|
||||||
#include "../menu/intl/menu_hash_us.c"
|
#include "../menu/intl/menu_hash_us.c"
|
||||||
|
|
||||||
#include "../menu/drivers_display/menu_display_null.c"
|
|
||||||
#include "../menu/drivers/null.c"
|
#include "../menu/drivers/null.c"
|
||||||
#include "../menu/drivers/menu_generic.c"
|
#include "../menu/drivers/menu_generic.c"
|
||||||
|
|
||||||
|
#include "../menu/drivers_display/menu_display_null.c"
|
||||||
|
|
||||||
|
#ifdef HAVE_OPENGL
|
||||||
|
#include "../menu/drivers_display/menu_display_gl.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
#if defined(HAVE_D3D)
|
||||||
|
#include "../menu/drivers_display/menu_display_d3d.c"
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user