isle-portable/ISLE/switch/filesys.h
SnepOMatic (Rhew) e94d4c7876 - Switch build homebrew NRO
- CI/CD to build Switch
2025-11-12 21:48:26 +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