X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=5d5f47294f232b09c9d4862958356fdbc0796e73;hb=e015ad3c1b8430b6c217c5cd3384f95389878e1a;hp=e6229d51d4b7edd590c5b41f71fde8b622317740;hpb=1c67828540de2f5c8579eab6d79eb3b330266212;p=picodrive.git diff --git a/Makefile.libretro b/Makefile.libretro index e6229d5..5d5f472 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -25,7 +25,6 @@ asm_memory = 0 asm_render = 0 asm_ym2612 = 0 asm_misc = 0 -asm_cdpico = 0 asm_cdmemory = 0 asm_mix = 0 @@ -126,7 +125,7 @@ ifneq (,$(findstring armasm,$(platform))) endif ARCH = arm else - TARGET := $(TARGET_NAME)_retro.dll + TARGET := $(TARGET_NAME)_libretro.dll CC = gcc LD_FLAGS := -fPIC SHARED := -shared -static-libgcc -static-libstdc++ @@ -138,7 +137,6 @@ asm_memory = 1 asm_render = 1 asm_ym2612 = 1 asm_misc = 1 -asm_cdpico = 1 asm_cdmemory = 1 asm_mix = 1 endif