diff options
author | Twinaphex | 2019-09-25 18:17:57 +0200 |
---|---|---|
committer | GitHub | 2019-09-25 18:17:57 +0200 |
commit | e989dfc6d5e44b0c61c481399e40833ffce6942a (patch) | |
tree | 8bc93e24802bd2e82bf6acbb58129545f4684b35 /Makefile | |
parent | 651892c3a169815448a53d9102afbb4cef8a8bda (diff) | |
parent | a0cffa0ffa785fbaff1c563627d6ce9dc0523287 (diff) | |
download | pcsx_rearmed-e989dfc6d5e44b0c61c481399e40833ffce6942a.tar.gz pcsx_rearmed-e989dfc6d5e44b0c61c481399e40833ffce6942a.tar.bz2 pcsx_rearmed-e989dfc6d5e44b0c61c481399e40833ffce6942a.zip |
Merge pull request #349 from negativeExponent/unai_plugin_update
update gpu_unai plugin
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -150,6 +150,9 @@ OBJS += plugins/dfxvideo/gpulib_if.o endif ifeq "$(BUILTIN_GPU)" "unai" CFLAGS += -DGPU_UNAI +CFLAGS += -DUSE_GPULIB=1 +#CFLAGS += -DINLINE="static __inline__" +#CFLAGS += -Dasm="__asm__ __volatile__" OBJS += plugins/gpu_unai/gpulib_if.o ifeq "$(ARCH)" "arm" OBJS += plugins/gpu_unai/gpu_arm.o |