[Scummvm-cvs-logs] CVS: scummvm/backends/ps2 asyncfio.cpp,1.5.2.2,1.5.2.3 savefile.cpp,1.6.2.2,1.6.2.3

Robert Göffringmann lavosspawn at users.sourceforge.net
Wed Oct 26 09:35:58 CEST 2005


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

Modified Files:
      Tag: branch-0-8-0
	asyncfio.cpp savefile.cpp 
Log Message:
removed junk

Index: asyncfio.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/ps2/asyncfio.cpp,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -d -r1.5.2.2 -r1.5.2.3
--- asyncfio.cpp	25 Oct 2005 06:56:28 -0000	1.5.2.2
+++ asyncfio.cpp	26 Oct 2005 16:34:58 -0000	1.5.2.3
@@ -53,7 +53,6 @@
 	SignalSema(_ioSema);
 	if (res < -2)
 		printf("File %s error: %d (mode %d)\n", name, res, ioMode);
-	//printf("open: %s (%d) -> %d\n", name, ioMode, res);
 	return res;
 }
 
@@ -63,11 +62,8 @@
 	fileXioClose(handle);
 	int res;
 	fileXioWaitAsync(FXIO_WAIT, &res);
-	if (res != 0) {
+	if (res != 0)
 		sioprintf("ERROR: fileXioClose failed, EC %d", res);
-		SleepThread();
-	}
-	//printf("Close %d -> %d\n", handle, res);
 	_ioSlots[handle] = 0;
 	SignalSema(_ioSema);
 }

Index: savefile.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/ps2/savefile.cpp,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -d -r1.6.2.2 -r1.6.2.3
--- savefile.cpp	25 Oct 2005 06:56:28 -0000	1.6.2.2
+++ savefile.cpp	26 Oct 2005 16:34:58 -0000	1.6.2.3
@@ -29,12 +29,9 @@
 #include <libmc.h>
 #include "backends/ps2/savefile.h"
 #include "backends/ps2/Gs2dScreen.h"
-//#include "backends/ps2/asyncfio.h"
 #include "backends/ps2/systemps2.h"
 #include "common/scummsys.h"
 
-//extern AsyncFio fio;
-
 #define UCL_MAGIC 0x314C4355
 
 #define PORT 0





More information about the Scummvm-git-logs mailing list