Fix compilation for the NX platform. (#334)

This commit is contained in:
Daniel Kalmar
2024-09-27 17:35:49 +02:00
committed by GitHub
parent c300a0c0f6
commit 296dfb202b

View File

@@ -75,7 +75,8 @@ namespace bx
|| BX_PLATFORM_EMSCRIPTEN \
|| BX_PLATFORM_IOS \
|| BX_PLATFORM_OSX \
|| BX_PLATFORM_VISIONOS
|| BX_PLATFORM_VISIONOS \
|| BX_PLATFORM_NX
# define fseeko64 fseeko
# define ftello64 ftello
# elif BX_PLATFORM_PS4