mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Compilation fix
This commit is contained in:
parent
d032bc5691
commit
cfb41c4dab
3 changed files with 8 additions and 12 deletions
|
|
@ -74,7 +74,7 @@ u64 get_save_data_size(const std::string& dir)
|
|||
{
|
||||
if ((entry->flags & DirEntry_TypeMask) == DirEntry_TypeFile)
|
||||
{
|
||||
result += vfsFile(dir + "/" + entry->name).GetSize();
|
||||
result += entry->size;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue