diff options
author | Yotam Barnoy | 2010-08-19 11:18:01 +0000 |
---|---|---|
committer | Yotam Barnoy | 2010-08-19 11:18:01 +0000 |
commit | 8fb92b9e2a95ec8ef137eba930287f3c29772e8d (patch) | |
tree | 669bf5355b939734410794b83699945a92cc64a0 /backends/platform | |
parent | 3ece67d1b8cbb6e5bfc493297726b8cb2afc8ee7 (diff) | |
download | scummvm-rg350-8fb92b9e2a95ec8ef137eba930287f3c29772e8d.tar.gz scummvm-rg350-8fb92b9e2a95ec8ef137eba930287f3c29772e8d.tar.bz2 scummvm-rg350-8fb92b9e2a95ec8ef137eba930287f3c29772e8d.zip |
PSP: made PSP compile with plugins.
Also removed criticalSection calls from elf-loader.cpp, since now streams are used so the criticalSections are automatic.
svn-id: r52206
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/psp/module.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/psp/module.mk b/backends/platform/psp/module.mk index 4652189ab4..a854ec1252 100644 --- a/backends/platform/psp/module.mk +++ b/backends/platform/psp/module.mk @@ -11,7 +11,6 @@ MODULE_OBJS := powerman.o \ input.o \ cursor.o \ trace.o \ - psploader.o \ pspkeyboard.o \ audio.o \ thread.o \ |