GRAPHICS: Sort blitting code for Atari with other platform specific

This commit is contained in:
Le Philousophe 2023-08-16 09:24:13 +02:00
parent baaad6a4f2
commit 738ff929b4

View File

@ -66,11 +66,6 @@ MODULE_OBJS += \
scaler/downscalerARM.o
endif
ifdef ATARI
MODULE_OBJS += \
blit-atari.o
endif
ifdef USE_TINYGL
MODULE_OBJS += \
tinygl/api.o \
@ -139,6 +134,11 @@ endif
endif
ifdef ATARI
MODULE_OBJS += \
blit-atari.o
endif
ifeq ($(SCUMMVM_NEON),1)
MODULE_OBJS += \
blit/blit-neon.o