Add NX platform name (#165)

* Add NX platform name

* NX platform is not none
This commit is contained in:
Codecat
2017-10-13 16:34:30 +02:00
committed by Branimir Karadžić
parent 7afe871191
commit e5e302865e

View File

@@ -280,6 +280,7 @@
|| BX_PLATFORM_WINDOWS \
|| BX_PLATFORM_WINRT \
|| BX_PLATFORM_XBOXONE \
|| BX_PLATFORM_NX \
)
#if BX_COMPILER_GCC
@@ -342,6 +343,8 @@
# define BX_PLATFORM_NAME "WinRT"
#elif BX_PLATFORM_XBOXONE
# define BX_PLATFORM_NAME "Xbox One"
#elif BX_PLATFORM_NX
# define BX_PLATFORM_NAME "NX"
#elif BX_PLATFORM_NONE
# define BX_PLATFORM_NAME "None"
#else