From b8fb8f285317632f42ecbbd36cf4fe18ea9189f1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 27 May 2020 21:43:14 +0200 Subject: [PATCH] Update picodrive --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 51c96496..4bb4dd44 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -760,7 +760,7 @@ PLATFORM = libretro NO_CONFIG_MAK = yes OBJOUT = -o -LINKOUT = -o +LINKOUT = -o ifneq (,$(findstring msvc,$(platform))) CFLAGS += -wd4702 -wd4711 -wd4202 -wd4101