summaryrefslogtreecommitdiff
path: root/Makefile.psp
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2013-08-20 19:57:11 -0400
committerRyan C. Gordon <icculus@icculus.org>2013-08-20 19:57:11 -0400
commit22e5b199718e440a825c7f0376fe74f16c3fe9ec (patch)
tree2f9ca2e44ecc99a064e29fb4ed67ce1f13ad7bc3 /Makefile.psp
parent8f4a48c310040ddfc8f47f5353da3a30049e02c1 (diff)
downloadsdl-22e5b199718e440a825c7f0376fe74f16c3fe9ec.tar.gz
Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.
Diffstat (limited to 'Makefile.psp')
-rw-r--r--Makefile.psp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.psp b/Makefile.psp
index 8bcdcb927..5e7dcd29a 100644
--- a/Makefile.psp
+++ b/Makefile.psp
@@ -31,6 +31,7 @@ OBJS= src/SDL.o \
src/joystick/psp/SDL_sysjoystick.o \
src/power/SDL_power.o \
src/power/psp/SDL_syspower.o \
+ src/filesystem/dummy/SDL_sysfilesystem.o \
src/render/SDL_render.o \
src/render/SDL_yuv_sw.o \
src/render/psp/SDL_render_psp.o \