mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 13:42:02 +00:00
Get current directory via a path of '.'
svn-id: r22435
This commit is contained in:
parent
f840b356c6
commit
1124fa8d90
@ -121,7 +121,7 @@ void WindowsFilesystemNode::addFile(AbstractFSList &list, ListMode mode, const c
|
||||
}
|
||||
|
||||
AbstractFilesystemNode *AbstractFilesystemNode::getCurrentDirectory() {
|
||||
return AbstractFilesystemNode::getRoot();
|
||||
return new WindowsFilesystemNode((const char *)".");
|
||||
}
|
||||
|
||||
AbstractFilesystemNode *AbstractFilesystemNode::getRoot() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user