mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-01 17:23:48 +00:00
Windows needs this file too.
This commit is contained in:
parent
76c124b437
commit
0b3bfb27c2
@ -148,6 +148,11 @@ endif
|
||||
|
||||
ifeq ($(HAVE_SDL), 1)
|
||||
OBJ += gfx/sdl_gfx.o input/sdl_input.o input/sdl_joypad.o audio/sdl_audio.o
|
||||
|
||||
ifeq ($(HAVE_OPENGL), 1)
|
||||
OBJ += gfx/context/sdl_gl_ctx.o
|
||||
endif
|
||||
|
||||
JOBJ += input/sdl_joypad.o
|
||||
LIBS += -lSDL
|
||||
JLIBS += -lSDL
|
||||
|
Loading…
x
Reference in New Issue
Block a user