diff options
| author | notaz | 2011-12-20 02:38:53 +0200 |
|---|---|---|
| committer | notaz | 2011-12-20 23:40:51 +0200 |
| commit | b3db94096d7e5b4f60d610a441e370d639b3fd06 (patch) | |
| tree | 2b8d0aa0d4e2a07b36cb21b3725b79e2b6990f72 /plugins/gpu_unai/Makefile | |
| parent | 89c0de4234815e0fa9e8399b940ecec6c89a062b (diff) | |
| download | pcsx_rearmed-b3db94096d7e5b4f60d610a441e370d639b3fd06.tar.gz pcsx_rearmed-b3db94096d7e5b4f60d610a441e370d639b3fd06.tar.bz2 pcsx_rearmed-b3db94096d7e5b4f60d610a441e370d639b3fd06.zip | |
gpu_unai: add 4bpp asm sprite blitter
Diffstat (limited to 'plugins/gpu_unai/Makefile')
| -rw-r--r-- | plugins/gpu_unai/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
