PSVITA: enable posix fsops

This commit is contained in:
Ivan Epifanov 2024-10-15 12:04:48 +03:00 committed by Ryan C. Gordon
parent afee27a530
commit 104dabb9de
1 changed files with 3 additions and 1 deletions

View File

@ -2525,7 +2525,9 @@ elseif(VITA)
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/filesystem/vita/*.c")
set(HAVE_SDL_FILESYSTEM TRUE)
# !!! FIXME: do we need a FSops implementation for this?
set(SDL_FSOPS_POSIX 1)
sdl_sources("${SDL3_SOURCE_DIR}/src/filesystem/posix/SDL_sysfsops.c")
set(HAVE_SDL_FSOPS TRUE)
if(SDL_JOYSTICK)
set(SDL_JOYSTICK_VITA 1)