From 8188df4c8a8429ca0a8fe2a09c1983f78523afc0 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 21 Dec 2012 17:03:11 -0800 Subject: [PATCH] Oops, don't think this belongs here after all. --- Core/HLE/sceIo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/HLE/sceIo.cpp b/Core/HLE/sceIo.cpp index ce3fbe3915..941d3a63ef 100644 --- a/Core/HLE/sceIo.cpp +++ b/Core/HLE/sceIo.cpp @@ -192,7 +192,6 @@ void __IoInit() { } void __IoShutdown() { - pspFileSystem.UnmountAll(); } u32 sceIoAssign(const char *aliasname, const char *physname, const char *devname, u32 flag) {