This commit is contained in:
Xpl0itR 2020-03-24 18:10:05 +00:00
commit fb5aa1397b
No known key found for this signature in database
GPG key ID: 91798184109676AD

View file

@ -363,7 +363,8 @@ namespace Ryujinx.Ui
else else
{ {
Logger.PrintWarning(LogClass.Application, "Please specify a valid XCI/NCA/NSP/PFS0/NRO file."); Logger.PrintWarning(LogClass.Application, "Please specify a valid XCI/NCA/NSP/PFS0/NRO file.");
End(device); device.Dispose();
return;
} }
_emulationContext = device; _emulationContext = device;