mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
File utility improved
+ minor fixes
This commit is contained in:
parent
5029dff73a
commit
b3e3c68f15
75 changed files with 839 additions and 964 deletions
|
@ -20,7 +20,7 @@ bool vfsLocalDir::Open(const std::string& path)
|
|||
std::string name;
|
||||
fs::stat_t file_info;
|
||||
|
||||
while (m_dir.read(name, file_info))
|
||||
while (m_dir.read(name, file_info) && name.size())
|
||||
{
|
||||
m_entries.emplace_back();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue