From bd46a7e3dd689e5013e79d2583188354e638ea22 Mon Sep 17 00:00:00 2001 From: "SnepOMatic (Rhew)" Date: Wed, 12 Nov 2025 21:06:47 +0000 Subject: [PATCH] Fix: Correction to suite style guidelines --- ISLE/switch/filesys.cpp | 2 +- ISLE/switch/filesys.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ISLE/switch/filesys.cpp b/ISLE/switch/filesys.cpp index 69a52146..1596bf9a 100644 --- a/ISLE/switch/filesys.cpp +++ b/ISLE/switch/filesys.cpp @@ -38,4 +38,4 @@ bool NX_GetPathInfo(const char *path, SDL_PathInfo *info) if (info) *info = tmp_info; return true; -} \ No newline at end of file +} diff --git a/ISLE/switch/filesys.h b/ISLE/switch/filesys.h index 33beadd8..cd7a1fc3 100644 --- a/ISLE/switch/filesys.h +++ b/ISLE/switch/filesys.h @@ -2,8 +2,9 @@ #define NX_FILESYS_H #include +#include "SDL_dupes.h" #define SDL_GetPathInfo NX_GetPathInfo // Override broken SDL_GetPathInfo bool NX_GetPathInfo(const char *path, SDL_PathInfo *info); -#endif // NX_FILESYS_H \ No newline at end of file +#endif // NX_FILESYS_H