mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fixed Path issue
This commit is contained in:
parent
b63f528a36
commit
b75cf52909
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue