mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
riscos: Implement SDL_GetPrefPath()
This commit is contained in:
committed by
Sam Lantinga
parent
723f5cea43
commit
3db898c5b6
8
configure
vendored
8
configure
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user