mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
The _displayName isn't required for win32
svn-id: r5615
This commit is contained in:
parent
7053741b28
commit
3fc3b8e907
@ -116,7 +116,6 @@ FilesystemNode *FilesystemNode::getRoot() {
|
||||
}
|
||||
|
||||
WindowsFilesystemNode::WindowsFilesystemNode() {
|
||||
_displayName = "Root";
|
||||
_isDirectory = true;
|
||||
#ifndef _WIN32_WCE
|
||||
// Create a virtual root directory for standard Windows system
|
||||
@ -124,6 +123,7 @@ WindowsFilesystemNode::WindowsFilesystemNode() {
|
||||
_path = "";
|
||||
_isPseudoRoot = true;
|
||||
#else
|
||||
_displayName = "Root";
|
||||
// No need to create a pseudo root directory on Windows CE
|
||||
_isValid = true;
|
||||
_path = "\\";
|
||||
|
Loading…
x
Reference in New Issue
Block a user