mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-29 11:06:07 +00:00
small correction
This commit is contained in:
parent
a298ddb057
commit
f57f668c92
|
@ -20,7 +20,7 @@ class MntPoints {
|
|||
void unmount(const std::string& path);
|
||||
void unmountAll();
|
||||
std::string getHostDirectory(const std::string& guest_directory);
|
||||
std::string MntPoints::getHostFile(const std::string& guest_file);
|
||||
std::string getHostFile(const std::string& guest_file);
|
||||
|
||||
private:
|
||||
std::vector<MntPair> m_mnt_pairs;
|
||||
|
|
Loading…
Reference in a new issue