Merge pull request #257 from rakslice/windows_exit_on_prefs_exit

Windows: when prefs window is closed, do not run the emulator
This commit is contained in:
kanjitalk755
2025-01-23 14:25:19 +09:00
committed by GitHub

View File

@@ -407,6 +407,7 @@ static GtkWidget *make_combobox(GtkWidget *top, int label_id, const char *defaul
// Window closed
static gint window_closed(void)
{
start_clicked = false;
return FALSE;
}