X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=05e8bd8da5a885b5dc4468394e52fb8d56bc46e8;hb=ee3c39efd2cf51cd654b6240f6fb595673f10f45;hp=b35a0daccfa4b18fd1b8ddfa256a1cab6509a853;hpb=adb98333d7ab029a61d79c1e437bbea7111ec09d;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)