mirror of https://github.com/PCSX2/pcsx2.git
CDVD: Fix block dump path generation
This commit is contained in:
parent
165da677ed
commit
c99a935831
|
@ -353,7 +353,7 @@ bool DoCDVDopen(Error* error)
|
|||
return true;
|
||||
}
|
||||
|
||||
std::string dump_name(Path::StripExtension(m_SourceFilename[CurrentSourceType]));
|
||||
std::string dump_name(Path::GetFileTitle(m_SourceFilename[CurrentSourceType]));
|
||||
if (dump_name.empty())
|
||||
dump_name = "Untitled";
|
||||
|
||||
|
|
Loading…
Reference in New Issue