NX: Mutex and thread NX ready (#270)

Co-authored-by: Aleš Mlakar <ales.ambits@gmail.com>
This commit is contained in:
Aleš Mlakar
2021-12-19 16:44:17 +01:00
committed by GitHub
parent 446cd86865
commit 5fea2103d1
2 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,8 @@
|| BX_PLATFORM_IOS \
|| BX_PLATFORM_OSX \
|| BX_PLATFORM_PS4 \
|| BX_PLATFORM_RPI
|| BX_PLATFORM_RPI \
|| BX_PLATFORM_NX
# include <pthread.h>
#elif BX_PLATFORM_WINDOWS \
|| BX_PLATFORM_WINRT \

View File

@@ -21,7 +21,8 @@
|| BX_PLATFORM_IOS \
|| BX_PLATFORM_OSX \
|| BX_PLATFORM_PS4 \
|| BX_PLATFORM_RPI
|| BX_PLATFORM_RPI \
|| BX_PLATFORM_NX
# include <pthread.h>
# if defined(__FreeBSD__)
# include <pthread_np.h>