Added logic to close game and shutdown FCEU system on window close.

This commit is contained in:
Matthew Budd 2020-06-23 23:04:10 -04:00
parent 095415790c
commit f53bbc8cde
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ gameWin_t::gameWin_t(QWidget *parent)
gameWin_t::~gameWin_t(void)
{
fceuWrapperClose();
delete viewport;
}