[Scummvm-cvs-logs] CVS: scummvm/backends/psp psp_main.cpp,1.6,1.7

Joost Peters joostp at users.sourceforge.net
Fri Jan 27 15:02:03 CET 2006


Update of /cvsroot/scummvm/scummvm/backends/psp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7950

Modified Files:
	psp_main.cpp 
Log Message:
run in usermode. psplink provides an exception handler and stdout/stderr redirection, so we have no real reason to use kernel mode anyway.


Index: psp_main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/psp/psp_main.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- psp_main.cpp	18 Jan 2006 17:39:33 -0000	1.6
+++ psp_main.cpp	27 Jan 2006 23:01:34 -0000	1.7
@@ -38,7 +38,7 @@
 #include "./trace.h"
 
 
-//#define	USERSPACE_ONLY
+#define	USERSPACE_ONLY
 
 
 /**
@@ -127,7 +127,7 @@
 int main(void)
 {
 	//PSPDebugTrace("Init debug screen\n");
-	pspDebugScreenInit();
+	//pspDebugScreenInit();
 
 	//PSPDebugTrace("Setup callbacks\n");
 	SetupCallbacks();





More information about the Scummvm-git-logs mailing list