[Scummvm-git-logs] scummvm master -> 738ff929b48a6e41f8eac6f1fd80489279c9048a
lephilousophe
noreply at scummvm.org
Wed Aug 16 07:25:53 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
738ff929b4 GRAPHICS: Sort blitting code for Atari with other platform specific
Commit: 738ff929b48a6e41f8eac6f1fd80489279c9048a
https://github.com/scummvm/scummvm/commit/738ff929b48a6e41f8eac6f1fd80489279c9048a
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-08-16T09:25:33+02:00
Commit Message:
GRAPHICS: Sort blitting code for Atari with other platform specific
Changed paths:
graphics/module.mk
diff --git a/graphics/module.mk b/graphics/module.mk
index 72492249fee..8cd9d672686 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -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
More information about the Scummvm-git-logs
mailing list