mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +01:00
Correct setting of prefs
This commit is contained in:
parent
40809b7238
commit
0c5570e64a
@ -299,8 +299,8 @@ void Gui::exitMenu()
|
|||||||
/* Pop all views */
|
/* Pop all views */
|
||||||
while (this->popView())
|
while (this->popView())
|
||||||
;
|
;
|
||||||
ThePrefs = *this->np;
|
|
||||||
TheC64->NewPrefs(this->np);
|
TheC64->NewPrefs(this->np);
|
||||||
|
ThePrefs = *this->np;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Gui::pushEvent(SDL_Event *ev)
|
void Gui::pushEvent(SDL_Event *ev)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user