mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +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 New Issue
Block a user