mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
GRAPHICS: Sort blitting code for Atari with other platform specific
This commit is contained in:
parent
baaad6a4f2
commit
738ff929b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user