mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove MAX_PATH limit from:
- GetTempFilenameForAtomicWrite - SetUserDirectory
This commit is contained in:
@ -172,7 +172,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
|
||||
|
Reference in New Issue
Block a user