Added "ROM not found." message if specified file is invalid.
This commit is contained in:
parent
f8a9faa1b9
commit
126910716d
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ namespace Ryujinx
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
Logger.PrintInfo(LogClass.Application, "ROM not found.");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue