GPH/DINGUX: Fix build

Downscaling code has been removed
This commit is contained in:
Le Philousophe 2021-03-16 08:33:44 +01:00
parent cfe8f4889c
commit 584f82d895

View File

@ -298,15 +298,13 @@ endif
ifeq ($(BACKEND),dingux)
MODULE_OBJS += \
events/dinguxsdl/dinguxsdl-events.o \
graphics/downscalesdl/downscalesdl-graphics.o
events/dinguxsdl/dinguxsdl-events.o
endif
ifeq ($(BACKEND),gph)
MODULE_OBJS += \
events/gph/gph-events.o \
graphics/gph/gph-graphics.o \
graphics/downscalesdl/downscalesdl-graphics.o
graphics/gph/gph-graphics.o
endif
ifdef IPHONE