mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
GPH/DINGUX: Fix build
Downscaling code has been removed
This commit is contained in:
parent
cfe8f4889c
commit
584f82d895
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user