isle-portable/ISLE/switch/filesys.h
SnepOMatic (Rhew) 2897078032 Switch Port
Todo: Fix: Misc crashes when interacting on island.
Todo: Fix: Joystick pointer is slow to move.
Todo: Fix: Touch doesn't behave.
2025-11-10 23:59:37 +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