Closed ThisALV closed 8 months ago
libretro uses its own defines to detect Switch platform compared to other libraries that only use the __SWITCH__ define.
__SWITCH__
This fix adds SWITCH and HAVE_LIBNX defs to borealis build flags on Switch development so libretro can detect it.
SWITCH
HAVE_LIBNX
Thanks for your contribution ~
libretro uses its own defines to detect Switch platform compared to other libraries that only use the
__SWITCH__
define.This fix adds
SWITCH
andHAVE_LIBNX
defs to borealis build flags on Switch development so libretro can detect it.