[Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.10,1.11

Eugene Sandulenko sev at users.sourceforge.net
Wed Mar 9 14:22:49 CET 2005


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

Modified Files:
	intern.h 
Log Message:
WIP of GP32 port. Now it is more correct port and compiles with current
CVS. Though it has some issues unresolved, one of them is that it crashes
right after splash screen without showing anything. Work in progress :)


Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/intern.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- intern.h	1 Jan 2005 16:08:44 -0000	1.10
+++ intern.h	9 Mar 2005 22:21:52 -0000	1.11
@@ -34,7 +34,7 @@
 extern OSystem *OSystem_WINCE3_create();
 extern OSystem *OSystem_X11_create();
 extern OSystem *OSystem_MAC_create(int gfx_mode, bool full_screen);
-extern OSystem *OSystem_GP32_create(int gfx_mode, bool full_screen); //ph0x 
+extern OSystem *OSystem_GP32_create();
 extern OSystem *OSystem_PALMOS_create();
 
 





More information about the Scummvm-git-logs mailing list