From a5dbb223fc27cc4c7763c977682cfe3b3450d482 Mon Sep 17 00:00:00 2001 From: hunterk Date: Wed, 3 Sep 2025 10:26:53 -0500 Subject: [PATCH] whoops, move 32bpp from miyoo to MSVC2017 --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index bec94ea..44b600e 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -474,12 +474,12 @@ else ifeq ($(platform), miyoo) SHARED := -shared -Wl,--version-script=src/drivers/libretro/link.T -Wl,-no-undefined PLATFORM_DEFINES += -fomit-frame-pointer -ffast-math -mcpu=arm926ej-s EXTERNAL_ZLIB = 1 - WANT_32BPP := 1 # Windows MSVC 2017 all architectures else ifneq (,$(findstring windows_msvc2017,$(platform))) CC = cl.exe CXX = cl.exe + WANT_32BPP := 1 PlatformSuffix = $(subst windows_msvc2017_,,$(platform)) ifneq (,$(findstring desktop,$(PlatformSuffix)))