mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
HLE: fix file not found errors in media functions
This commit is contained in:
parent
4c32c95b33
commit
f90b79791f
3 changed files with 4 additions and 6 deletions
|
|
@ -191,7 +191,7 @@ EmuCallbacks main_application::CreateCallbacks()
|
|||
}
|
||||
else
|
||||
{
|
||||
sys_log.warning("get_image_info failed to read '%s'. Error='%s'", filename, reader.errorString().toStdString());
|
||||
sys_log.error("get_image_info failed to read '%s'. Error='%s'", filename, reader.errorString().toStdString());
|
||||
}
|
||||
});
|
||||
return success;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue