From b3db94096d7e5b4f60d610a441e370d639b3fd06 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 20 Dec 2011 02:38:53 +0200 Subject: gpu_unai: add 4bpp asm sprite blitter --- plugins/gpu_unai/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu_unai/Makefile') diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile index 531c9fb..e4b6e6b 100644 --- a/plugins/gpu_unai/Makefile +++ b/plugins/gpu_unai/Makefile @@ -16,7 +16,7 @@ CFLAGS += -mcpu=arm926ej-s -mtune=arm926ej-s SRC += ../../frontend/cspace.c endif -SRC += gpu.cpp +SRC += gpu.cpp gpu_arm.s TARGET = gpuPCSX4ALL.so LDFLAGS += -shared -Wl,-soname,$(TARGET) -- cgit v1.2.3