isle-portable/ISLE/switch/filesys.h
2025-11-12 21:06:47 +00:00

11 lines
257 B
C

#ifndef NX_FILESYS_H
#define NX_FILESYS_H
#include <SDL3/SDL_filesystem.h>
#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