mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Bubble up CSO corruption errors so the user can see them
This commit is contained in:
@@ -881,6 +881,9 @@ handleELF:
|
||||
case IdentifiedFileType::NORMAL_DIRECTORY:
|
||||
default:
|
||||
info_->title = info_->GetFilePath().GetFilename();
|
||||
if (info_->errorString.empty()) {
|
||||
info_->errorString = errorString;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user