mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 19:53:56 +00:00
Oof
This commit is contained in:
@@ -439,7 +439,7 @@ namespace
|
||||
return status;
|
||||
}
|
||||
|
||||
if (std::filesystem::exists(filename))
|
||||
if (!std::filesystem::exists(filename))
|
||||
{
|
||||
return STATUS_FILE_INVALID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user