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

Joost Peters joostp at users.sourceforge.net
Fri Jan 27 14:57:01 CET 2006


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

Modified Files:
      Tag: branch-0-8-0
	psp_main.cpp 
Log Message:
make usermode only binary, the exception handler isn't very interesting to end users anyway.


Index: psp_main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/psp/psp_main.cpp,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -d -r1.2.2.3 -r1.2.2.4
--- psp_main.cpp	18 Jan 2006 18:07:25 -0000	1.2.2.3
+++ psp_main.cpp	27 Jan 2006 22:56:03 -0000	1.2.2.4
@@ -38,7 +38,7 @@
 #include "./trace.h"
 
 
-//#define	USERSPACE_ONLY
+#define	USERSPACE_ONLY
 
 
 /**
@@ -130,7 +130,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