From: Eric Warmenhoven Date: Thu, 17 Oct 2024 03:48:52 +0000 (-0400) Subject: tvos: properly set min supported version X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165d9217e5463b085e4b561c5f424e4d0e2d6dc7;p=pcsx_rearmed.git tvos: properly set min supported version --- diff --git a/Makefile.libretro b/Makefile.libretro index 135eccb7..65b1c259 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -238,6 +238,8 @@ endif DYNAREC = 0 HAVE_PHYSICAL_CDROM = 0 CC_AS = perl ./tools/gas-preprocessor.pl $(CC) + MINVERSION = -mappletvos-version-min=11.0 + CFLAGS += $(MINVERSION) # Nintendo Switch (libnx) else ifeq ($(platform), libnx)