Fix bug
This commit is contained in:
parent
5423daea56
commit
fb5aa1397b
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue