Fixed crash after running tests & pressing resume
This commit is contained in:
parent
94bfda12b4
commit
1f0afc5aec
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ namespace NES {
|
|||
_console.reset(new Console(_currentROM));
|
||||
}
|
||||
|
||||
if(!_console) {
|
||||
if(!_console && _currentROM.length() > 0) {
|
||||
_console.reset(new Console(_currentROM));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue