mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-27 10:50:29 +00:00
Log path after sanitation.
This commit is contained in:
parent
214050ecb1
commit
abd97ef61d
@ -63,10 +63,10 @@ std::string MDFN_MakeFName(MakeFName_Type type, int id1, const char *cd1)
|
||||
break;
|
||||
}
|
||||
|
||||
fprintf(stderr, "[Mednafen]: Path request: %s\n", ret.c_str());
|
||||
#ifdef _WIN32
|
||||
sanitize_path(ret); // Because Windows path handling is mongoloid.
|
||||
#endif
|
||||
fprintf(stderr, "[Mednafen]: Path request: %s\n", ret.c_str());
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user