diff options
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/psp/pspkeyboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/psp/pspkeyboard.cpp b/backends/platform/psp/pspkeyboard.cpp index 40b63d0cbd..e7e1dbb011 100644 --- a/backends/platform/psp/pspkeyboard.cpp +++ b/backends/platform/psp/pspkeyboard.cpp @@ -518,7 +518,7 @@ bool PSPKeyboard::load() { #ifdef PSP_KB_DEBUG fprintf(stderr, "found kbd.zip\n"); #endif - zipArchive = new Common::ZipArchive(node.getChild("kbd.zip")); + zipArchive = Common::makeZipArchive(node.getChild("kbd.zip")); } // Loop through different png images |