mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Add NX platform name (#165)
* Add NX platform name * NX platform is not none
This commit is contained in:
committed by
Branimir Karadžić
parent
7afe871191
commit
e5e302865e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user