mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Revert "IOS HLE: Prevent accessing host file system"
This reverts commit 141f3bfb3a
.
The implementation of getting absolute paths wasn't working
on non-Windows systems, which is a huge problem for IOS HLE.
This commit is contained in:
parent
c84ab13e81
commit
de355a8521
3 changed files with 5 additions and 43 deletions
|
@ -133,10 +133,6 @@ std::string CreateTempDir();
|
|||
// Get a filename that can hopefully be atomically renamed to the given path.
|
||||
std::string GetTempFilenameForAtomicWrite(const std::string& path);
|
||||
|
||||
// Converts the given path into an absolute path.
|
||||
// An empty string is returned if an error occurs.
|
||||
std::string GetAbsolutePath(const std::string& path);
|
||||
|
||||
// Gets a set user directory path
|
||||
// Don't call prior to setting the base user directory
|
||||
const std::string& GetUserPath(unsigned int dir_index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue