X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2FMakefile;fp=plugins%2Fgpu_unai%2FMakefile;h=1075ee522f248284424d54399e6405c943399f85;hp=994997fbfe460c08254bce11c15b90bc3cfe6afe;hb=e83c4fdcf2b4578bfd7196c89e55b01aebd4da04;hpb=418caf437ed1af2880b013462b603e1ca1f28fb5 diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile index 994997fb..1075ee52 100644 --- a/plugins/gpu_unai/Makefile +++ b/plugins/gpu_unai/Makefile @@ -11,6 +11,6 @@ ifeq "$(ARCH)" "arm" SRC += gpu_arm.s endif -BIN_STANDLALONE = gpuPCSX4ALL.so +#BIN_STANDALONE = gpuPCSX4ALL.so BIN_GPULIB = gpu_unai.so include ../gpulib/gpulib.mak