[Scummvm-cvs-logs] SF.net SVN: scummvm:[44684] scummvm/branches/branch-1-0-0/backends/platform /ps2

sunmax at users.sourceforge.net sunmax at users.sourceforge.net
Tue Oct 6 01:49:16 CEST 2009


Revision: 44684
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44684&view=rev
Author:   sunmax
Date:     2009-10-05 23:49:16 +0000 (Mon, 05 Oct 2009)

Log Message:
-----------
Here we have:

 - dropped gBitFormat 

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/backends/platform/ps2/Makefile.ps2
    scummvm/branches/branch-1-0-0/backends/platform/ps2/systemps2.cpp

Modified: scummvm/branches/branch-1-0-0/backends/platform/ps2/Makefile.ps2
===================================================================
--- scummvm/branches/branch-1-0-0/backends/platform/ps2/Makefile.ps2	2009-10-05 23:46:39 UTC (rev 44683)
+++ scummvm/branches/branch-1-0-0/backends/platform/ps2/Makefile.ps2	2009-10-05 23:49:16 UTC (rev 44684)
@@ -1,7 +1,7 @@
 # $Header: Exp $
  include $(PS2SDK)/Defs.make
 
-PS2_EXTRA = /media/disk/nw8240/extras/scummvm/ports
+PS2_EXTRA = /works/devel/ps2/sdk-extra
 PS2_EXTRA_INCS = /zlib/include /libmad/ee/include /SjPcm/ee/src /tremor
 PS2_EXTRA_LIBS = /zlib/lib /libmad/ee/lib /SjPcm/ee/lib /tremor/tremor
 

Modified: scummvm/branches/branch-1-0-0/backends/platform/ps2/systemps2.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/backends/platform/ps2/systemps2.cpp	2009-10-05 23:46:39 UTC (rev 44683)
+++ scummvm/branches/branch-1-0-0/backends/platform/ps2/systemps2.cpp	2009-10-05 23:49:16 UTC (rev 44684)
@@ -52,7 +52,6 @@
 #include "backends/platform/ps2/asyncfio.h"
 #include "eecodyvdfs.h"
 #include "graphics/surface.h"
-#include "graphics/scaler.h"
 #include "graphics/font.h"
 #include "backends/timer/default/default-timer.h"
 #include "sound/mixer_intern.h"
@@ -87,8 +86,6 @@
 
 OSystem_PS2 *g_systemPs2;
 
-int gBitFormat = 1555;
-
 #define FOREVER 2147483647
 
 namespace Graphics {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list