]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/mainwin.cpp
Fixes for the 68K IRQ system. There's probably a little more to do though.
[virtualjaguar] / src / gui / mainwin.cpp
index 71872b8cec0989106a92ec08adc0eac709b27fa2..9d340d494994361c75ef1e0067221ea940647c65 100644 (file)
@@ -248,6 +248,7 @@ MainWin::MainWin(): running(false), powerButtonOn(false), showUntunedTankCircuit
 
 void MainWin::closeEvent(QCloseEvent * event)
 {
+       JaguarDone();
        WriteSettings();
        event->accept(); // ignore() if can't close for some reason
 }