mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-16 23:38:42 +00:00
Update src/core/file_sys/fs.h
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
parent
3bc52fcce3
commit
81b5434491
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class MntPoints {
|
||||||
};
|
};
|
||||||
|
|
||||||
MntPoints() {}
|
MntPoints() {}
|
||||||
virtual ~MntPoints() {}
|
virtual ~MntPoints() = default;
|
||||||
void mount(const std::string& host_folder, const std::string& guest_folder);
|
void mount(const std::string& host_folder, const std::string& guest_folder);
|
||||||
void unmount(const std::string& path);
|
void unmount(const std::string& path);
|
||||||
void unmountAll();
|
void unmountAll();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue