aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/elf-loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins/elf-loader.cpp')
-rw-r--r--backends/plugins/elf-loader.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/backends/plugins/elf-loader.cpp b/backends/plugins/elf-loader.cpp
index 9787c880ae..2cf61aa246 100644
--- a/backends/plugins/elf-loader.cpp
+++ b/backends/plugins/elf-loader.cpp
@@ -324,10 +324,6 @@ bool DLObject::open(const char *path) {
Common::SeekableReadStream* DLFile;
void *ctors_start, *ctors_end;
-#ifdef __PSP__
- PowerMan.beginCriticalSection();
-#endif
-
DBG("open(\"%s\")\n", path);
Common::FSNode file(path);
@@ -347,10 +343,6 @@ bool DLObject::open(const char *path) {
DBG("loaded!/n");
-#ifdef __PSP__
- PowerMan.endCriticalSection();
-#endif
-
flushDataCache();
ctors_start = symbol("___plugin_ctors");