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

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

View file

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