Added message for invalid game path case.

This commit is contained in:
= 2019-02-16 23:22:36 -08:00
parent f8a9faa1b9
commit a1f211da04

View file

@ -74,6 +74,9 @@ namespace Ryujinx
device.LoadProgram(args[0]);
break;
}
}
else{
Logger.PrintInfo(LogClass.Application, "Specified game path is invalid.");
}
}
else