riscos: Implement SDL_GetPrefPath()

This commit is contained in:
Cameron Cawley
2020-02-13 22:32:35 +00:00
committed by Sam Lantinga
parent 723f5cea43
commit 3db898c5b6
6 changed files with 115 additions and 0 deletions

8
configure vendored
View File

@@ -25794,6 +25794,14 @@ $as_echo "#define SDL_TIMER_UNIX 1" >>confdefs.h
SOURCES="$SOURCES $srcdir/src/misc/riscos/*.c"
have_misc=yes
# Set up files for the filesystem library
if test x$enable_filesystem = xyes; then
$as_echo "#define SDL_FILESYSTEM_RISCOS 1" >>confdefs.h
SOURCES="$SOURCES $srcdir/src/filesystem/riscos/*.c"
have_filesystem=yes
fi
# Set up files for the timer library
if test x$enable_timers = xyes; then