From c636be7ded040a7f8905a9421094a743a9ada3f7 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 7 Oct 2009 02:20:48 +0200 Subject: [PATCH] zipped rom support in GUI --- debian/changelog | 3 ++- gui/plugin.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 41d94c9..f6e5967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ drnoksnes (1.2.3) unstable; urgency=low * Workarounding a emulator crash on first launch. * Accomodating new osso-games-startup changes. + * Zipped rom support in GUI. - -- Javier S. Pedro Tue, 6 Oct 2009 20:19:14 +0200 + -- Javier S. Pedro Tue, 6 Oct 2009 23:56:12 +0200 drnoksnes (1.2.2) unstable; urgency=low diff --git a/gui/plugin.c b/gui/plugin.c index fea6e21..6c65620 100644 --- a/gui/plugin.c +++ b/gui/plugin.c @@ -136,6 +136,7 @@ static void select_rom_callback(GtkWidget * button, gpointer data) gtk_file_filter_add_pattern(filter, "*.smc.gz"); gtk_file_filter_add_pattern(filter, "*.sfc.gz"); gtk_file_filter_add_pattern(filter, "*.fig.gz"); + gtk_file_filter_add_pattern(filter, "*.zip"); dialog = hildon_file_chooser_dialog_new_with_properties( get_parent_window(), -- 1.7.9.5