mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-11 03:00:16 +01:00
Fix overlays::image_info constructor
This commit is contained in:
parent
dba2baba9c
commit
3a1082fe0d
|
|
@ -29,7 +29,7 @@ namespace rsx
|
|||
{
|
||||
fs::file f(filename);
|
||||
|
||||
if (!f)
|
||||
if (!f || f.stat().is_directory)
|
||||
{
|
||||
rsx_log.error("Image resource file `%s' could not be opened (%s)", filename, fs::g_tls_error);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue