[Scummvm-cvs-logs] SF.net SVN: scummvm:[34325] scummvm/branches/branch-0-12-0/backends/ platform/psp

joostp at users.sourceforge.net joostp at users.sourceforge.net
Thu Sep 4 10:18:28 CEST 2008


Revision: 34325
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34325&view=rev
Author:   joostp
Date:     2008-09-04 08:18:27 +0000 (Thu, 04 Sep 2008)

Log Message:
-----------
remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to DefaultSaveFileManager ctor

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/backends/platform/psp/osys_psp.cpp
    scummvm/branches/branch-0-12-0/backends/platform/psp/portdefs.h

Modified: scummvm/branches/branch-0-12-0/backends/platform/psp/osys_psp.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/backends/platform/psp/osys_psp.cpp	2008-09-04 08:16:39 UTC (rev 34324)
+++ scummvm/branches/branch-0-12-0/backends/platform/psp/osys_psp.cpp	2008-09-04 08:18:27 UTC (rev 34325)
@@ -98,7 +98,7 @@
 
 
 void OSystem_PSP::initBackend() {
-	_savefile = new DefaultSaveFileManager();
+	_savefile = new DefaultSaveFileManager("ms0:/scummvm_savegames");
 	_timer = new DefaultTimerManager();
 	setTimerCallback(&timer_handler, 10);
 

Modified: scummvm/branches/branch-0-12-0/backends/platform/psp/portdefs.h
===================================================================
--- scummvm/branches/branch-0-12-0/backends/platform/psp/portdefs.h	2008-09-04 08:16:39 UTC (rev 34324)
+++ scummvm/branches/branch-0-12-0/backends/platform/psp/portdefs.h	2008-09-04 08:18:27 UTC (rev 34325)
@@ -43,7 +43,6 @@
 
 #include "trace.h"
 
-#define	SCUMMVM_SAVEPATH	"ms0:/scummvm_savegames"
 
 #define	BREAKPOINT	asm("break\n")
 


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