mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Fix an error log message.
This commit is contained in:
parent
a4d8585794
commit
6753dabd17
@ -104,7 +104,7 @@ bool LoadFile(const char *filename, std::string *error_string)
|
||||
pspFileSystem.SetStartingDirectory("disc0:/PSP_GAME/USRDIR");
|
||||
return Load_PSP_ISO(filename, error_string);
|
||||
case FILETYPE_ERROR:
|
||||
ERROR_LOG(LOADER, "Could not file");
|
||||
ERROR_LOG(LOADER, "Could not read file");
|
||||
*error_string = "Error reading file";
|
||||
break;
|
||||
case FILETYPE_UNKNOWN_BIN:
|
||||
|
Loading…
Reference in New Issue
Block a user