mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00: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,11 +20,10 @@ bool vfsFileBase::Open(const std::string& path, u32 mode)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool vfsFileBase::Close()
|
||||
void vfsFileBase::Close()
|
||||
{
|
||||
m_path = "";
|
||||
|
||||
return vfsStream::Close();
|
||||
vfsStream::Close();
|
||||
}
|
||||
|
||||
std::string vfsFileBase::GetPath() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue