From 296dfb202b447abeaeab361ae7231f3f6ededbef Mon Sep 17 00:00:00 2001 From: Daniel Kalmar <1355747+kalmard0@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:35:49 +0200 Subject: [PATCH] Fix compilation for the NX platform. (#334) --- src/file.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/file.cpp b/src/file.cpp index 1ed80a0..bc6d9c3 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -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