mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
CDVD: Fix block dump path generation
This commit is contained in:
committed by
Connor McLaughlin
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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user