mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-08-23 20:43:49 +00:00

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).