X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=05e8bd8da5a885b5dc4468394e52fb8d56bc46e8;hb=898d51a7fd1c090799ac88869fa0daf096fd702f;hp=b35a0daccfa4b18fd1b8ddfa256a1cab6509a853;hpb=91be5ebd10d16f1e5cf40fe1f115ed7f6b464743;p=picodrive.git diff --git a/Makefile.libretro b/Makefile.libretro index b35a0da..05e8bd8 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -52,6 +52,7 @@ ifeq ($(platform), unix) SHARED := -shared DONT_COMPILE_IN_ZLIB = 1 CFLAGS += -DFAMEC_NO_GOTOS + use_sh2drc = 1 # Portable Linux else ifeq ($(platform), linux-portable) @@ -62,6 +63,7 @@ else ifeq ($(platform), linux-portable) LIBM := DONT_COMPILE_IN_ZLIB = 1 CFLAGS += -DFAMEC_NO_GOTOS + use_sh2drc = 1 # OS X else ifeq ($(platform), osx)