diff --git a/Src/gui/gui.cpp b/Src/gui/gui.cpp index c89e5bd..af51760 100644 --- a/Src/gui/gui.cpp +++ b/Src/gui/gui.cpp @@ -301,6 +301,7 @@ void Gui::exitMenu() /* Pop all views */ while (this->popView()) ; + TheC64->NewPrefs(this->np); } void Gui::pushEvent(SDL_Event *ev)