mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix an error log message.
This commit is contained in:
parent
a4d8585794
commit
6753dabd17
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue