Let's try to tone down the alerts when 'resume' is set to AUTO (1)

This commit is contained in:
Jeff Parsons 2017-06-27 09:54:59 -07:00 committed by Jeff Parsons
commit 7aa689c745
9 changed files with 68 additions and 70 deletions

View file

@ -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;
}