mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-31 10:09:46 -06:00
close any opened dialogs when closing the main window
This commit is contained in:
@ -180,4 +180,11 @@ void Open()
|
||||
uiControlShow(uiControl(win));
|
||||
}
|
||||
|
||||
void Close()
|
||||
{
|
||||
if (!opened) return;
|
||||
uiControlDestroy(uiControl(win));
|
||||
opened = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user