diff options
| author | 2020-04-09 18:48:28 +0100 | |
|---|---|---|
| committer | 2020-04-09 18:48:28 +0100 | |
| commit | f98a2c42dee1a3c20f4a4e876069a32982395f05 (patch) | |
| tree | 22172412be7f662a9f9a23b091b719d4aed22ed6 /src/video_core/gpu_thread.cpp | |
| parent | Merge pull request #3601 from ReinUsesLisp/some-shader-encodings (diff) | |
| download | yuzu-f98a2c42dee1a3c20f4a4e876069a32982395f05.tar.gz yuzu-f98a2c42dee1a3c20f4a4e876069a32982395f05.tar.xz yuzu-f98a2c42dee1a3c20f4a4e876069a32982395f05.zip | |
common/file_util: Allow access to files on network shares
On Windows, network shares use paths like \\server\share\file which were
being broken by FileUtil::SanitizePath() removing double slashes.
Changed the code in SanitizePath to permit a double-backslash if it
occurs at the start of a filepath (on Windows only).
Diffstat (limited to 'src/video_core/gpu_thread.cpp')
0 files changed, 0 insertions, 0 deletions