diff --git a/Common/File/Path.cpp b/Common/File/Path.cpp index 855c5a2980..4dd37ca166 100644 --- a/Common/File/Path.cpp +++ b/Common/File/Path.cpp @@ -302,7 +302,7 @@ std::string Path::ToShortFriendlyPath() const { #if PPSSPP_PLATFORM(UWP) && !defined(__LIBRETRO__) return GetPreviewPath(path_); #else - return path_.ToVisualString(); + return Path(path_).ToVisualString(); #endif }