mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
small correction
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user