Added message for invalid game path case.

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

View file

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