[ scummvm-Bugs-1888618 ] PS2: Missing FileSystemNode::exists() implementation

SourceForge.net noreply at sourceforge.net
Thu Feb 7 10:26:52 CET 2008


Bugs item #1888618, was opened at 2008-02-07 11:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1888618&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: All Games
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Filippos Karapetis (thebluegr)
Assigned to: Nobody/Anonymous (nobody)
Summary: PS2: Missing FileSystemNode::exists() implementation

Initial Comment:
PS2: Missing FileSystemNode::exists() implementation
FileSystemNode::exists() is a stub on the PS2 port. This affects all places where it's used and it also means that SAGA games won't work at all on this port, as the SAGA engine needs this function for detecting all the different versions of the games supported by it.

There have been relevant e-mails on -devel about this.

The function is defined (currently as a stub) in
/backends/fs/ps2/ps2-fs.cpp

As mentioned by fingolfin, perhaps the old isValid() code can be reused for this function.

Relevant commits are:
#30773: implementation of exists() for the DC port
#30586: implementation of exists() for the SymbianOS port
#30537: implementation of exists() for the PSP port
#29327, 29328, 29329: implementation of exists() for the Amiga port
#28944: merge of the GSoC project, with major changes to the fs node

I'm not sure who the current maintainer of the PS2 port is (I know it's Max, but I don't know his username)...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1888618&group_id=37116




More information about the Scummvm-tracker mailing list