mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove superfluous error message
This commit is contained in:
parent
5bf6625740
commit
53cfecf8fa
1 changed files with 0 additions and 2 deletions
|
@ -600,8 +600,6 @@ handleELF:
|
||||||
// Let's use the comparison screenshot as an icon, if it exists.
|
// Let's use the comparison screenshot as an icon, if it exists.
|
||||||
if (ReadLocalFileToString(screenshotPath, &info_->icon.data, &info_->lock)) {
|
if (ReadLocalFileToString(screenshotPath, &info_->icon.data, &info_->lock)) {
|
||||||
info_->icon.dataLoaded = true;
|
info_->icon.dataLoaded = true;
|
||||||
} else {
|
|
||||||
ERROR_LOG(G3D, "Error loading screenshot data: '%s'", screenshotPath.c_str());
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue