mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Minor changes
This commit is contained in:
parent
1c14d872a8
commit
9232ddf0ab
16 changed files with 73 additions and 32 deletions
|
@ -136,6 +136,18 @@ namespace fs
|
|||
static device_manager instance;
|
||||
return instance;
|
||||
}
|
||||
|
||||
file_base::~file_base()
|
||||
{
|
||||
}
|
||||
|
||||
dir_base::~dir_base()
|
||||
{
|
||||
}
|
||||
|
||||
device_base::~device_base()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
std::shared_ptr<fs::device_base> fs::device_manager::get_device(const std::string& path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue