isle-portable/ISLE/switch/filesys.h
SnepOMatic (Rhew) 957d53dc17 clang-format fix
2025-11-13 09:54:44 +00:00

10 lines
234 B
C

#ifndef NX_FILESYS_H
#define NX_FILESYS_H
#include <SDL3/SDL_filesystem.h>
#define SDL_GetPathInfo NX_GetPathInfo // Override broken SDL_GetPathInfo
bool NX_GetPathInfo(const char* path, SDL_PathInfo* info);
#endif // NX_FILESYS_H