diff options
author | dillo <dillo@pkgsrc.org> | 2004-08-21 14:16:32 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2004-08-21 14:16:32 +0000 |
commit | 99fb34020e0ec9b6d1a20b6a79ee9294eb374b25 (patch) | |
tree | 13685d70101b851e5c7dd49121e9b222711453b0 /emulators | |
parent | eac5dc7ecf9be2e3d6ebca874d0090a69c393603 (diff) | |
download | pkgsrc-99fb34020e0ec9b6d1a20b6a79ee9294eb374b25.tar.gz |
add patch forgotten in previous
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gens/patches/patch-at | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/gens/patches/patch-at b/emulators/gens/patches/patch-at new file mode 100644 index 00000000000..3bdf6bc639f --- /dev/null +++ b/emulators/gens/patches/patch-at @@ -0,0 +1,15 @@ +$NetBSD: patch-at,v 1.1 2004/08/21 14:16:32 dillo Exp $ + +--- src/gens/emulator/ui_proxy.c.orig 2004-05-18 22:34:00.000000000 +0200 ++++ src/gens/emulator/ui_proxy.c +@@ -55,6 +55,10 @@ system_reset () + { + Reset_SegaCD (); + } ++ if (MoviePlaying) ++ { ++ StopMovie(); ++ } + } + + int |