If compiling for GP2X with SDL, make it use SDL 1.2 interface like the others

Doing this way because I have no idea if the GP2X port was SUPPOSED to use SDL or not in the first place
This commit is contained in:
Monster Iestyn 2017-09-18 18:14:05 +01:00
parent 2c73c1657f
commit 7f875131ee

View file

@ -410,6 +410,12 @@ endif
endif endif
endif endif
ifdef GP2X
ifdef SDL
SDL12=1
endif
endif
ifdef ARCHNAME ifdef ARCHNAME
OBJDIR:=$(OBJDIR)/$(ARCHNAME) OBJDIR:=$(OBJDIR)/$(ARCHNAME)
BIN:=$(BIN)/$(ARCHNAME) BIN:=$(BIN)/$(ARCHNAME)