pkgsrc/emulators/gens/patches/patch-ap
dillo 0271939835 Add support for playing back gmv movies (recording of previously
played game), based on
	http://bisqwit.iki.fi/src/Gens212a-moviepatch-jyzero,bisqwit.gz
adapted to rc3 and cleaned up by me.

More information and movies can be found at
	http://bisqwit.iki.fi/jutut/nesvideos/FrontPage.html

Bump PKGREVISION.
2004-08-15 12:13:53 +00:00

15 lines
596 B
Text

$NetBSD: patch-ap,v 1.1 2004/08/15 12:13:53 dillo Exp $
--- src/gens/gtkui/glade/callbacks.h.orig 2004-03-14 15:33:41.000000000 +0100
+++ src/gens/gtkui/glade/callbacks.h
@@ -93,6 +93,10 @@ on_vsync_activate (
gpointer user_data);
void
+on_play_movie_activate (GtkMenuItem *menuitem,
+ gpointer user_data);
+
+void
on_stretch_activate (GtkMenuItem *menuitem,
gpointer user_data);