mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Merge pull request #8393 from CookiePLMonster/long-paths
Support Windows 10 long paths
This commit is contained in:
commit
f4e12f85bc
12 changed files with 105 additions and 91 deletions
|
@ -174,7 +174,7 @@ bool SetCurrentDir(const std::string& directory);
|
|||
std::string CreateTempDir();
|
||||
|
||||
// Get a filename that can hopefully be atomically renamed to the given path.
|
||||
std::string GetTempFilenameForAtomicWrite(const std::string& path);
|
||||
std::string GetTempFilenameForAtomicWrite(std::string path);
|
||||
|
||||
// Gets a set user directory path
|
||||
// Don't call prior to setting the base user directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue