mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Fixed compilation errors.
This commit is contained in:
parent
beb19633e9
commit
8ba8d35541
7 changed files with 34 additions and 32 deletions
|
@ -25,7 +25,7 @@ bool vfsLocalDir::Open(const wxString& path)
|
|||
{
|
||||
wxString dir_path = path + wxFILE_SEP_PATH + name;
|
||||
|
||||
DirEntryInfo& info = m_entryes[m_entryes.Add(new DirEntryInfo())];
|
||||
DirEntryInfo& info = m_entryes[m_entryes.Move(new DirEntryInfo())];
|
||||
info.name = name;
|
||||
|
||||
info.flags |= wxDirExists(dir_path) ? DirEntry_TypeDir : DirEntry_TypeFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue