diff --git a/backends/psp/psp_main.cpp b/backends/psp/psp_main.cpp index 33cc2be57ac..33a70765d64 100644 --- a/backends/psp/psp_main.cpp +++ b/backends/psp/psp_main.cpp @@ -38,7 +38,7 @@ #include "./trace.h" -//#define USERSPACE_ONLY +#define USERSPACE_ONLY /** @@ -127,7 +127,7 @@ extern "C" int scummvm_main(int argc, char *argv[]); int main(void) { //PSPDebugTrace("Init debug screen\n"); - pspDebugScreenInit(); + //pspDebugScreenInit(); //PSPDebugTrace("Setup callbacks\n"); SetupCallbacks();