Added "ROM not found." message if specified file is invalid.

This commit is contained in:
= 2019-02-16 23:34:48 -08:00
commit 126910716d

View file

@ -75,6 +75,9 @@ namespace Ryujinx
break; break;
} }
} }
else {
Logger.PrintInfo(LogClass.Application, "ROM not found.");
}
} }
else else
{ {