Let's try to tone down the alerts when 'resume' is set to AUTO (1)
This commit is contained in:
parent
5baa1f53ce
commit
7aa689c745
9 changed files with 68 additions and 70 deletions
|
|
@ -196,7 +196,7 @@ class ROM extends Component {
|
|||
doneLoad(sURL, sROMData, nErrorCode)
|
||||
{
|
||||
if (nErrorCode) {
|
||||
this.notice("Unable to load system ROM (error " + nErrorCode + ": " + sURL + ")");
|
||||
this.notice("Unable to load system ROM (error " + nErrorCode + ": " + sURL + ")", nErrorCode < 0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue