diff options
author | dillo <dillo> | 2004-08-21 14:16:32 +0000 |
---|---|---|
committer | dillo <dillo> | 2004-08-21 14:16:32 +0000 |
commit | 390fce77c31f897cf3be7613b8f9f048dc123118 (patch) | |
tree | 13685d70101b851e5c7dd49121e9b222711453b0 /emulators/gens/patches | |
parent | 844181725eb89142ffbd072b30871237cdcc10ac (diff) | |
download | pkgsrc-390fce77c31f897cf3be7613b8f9f048dc123118.tar.gz |
add patch forgotten in previous
Diffstat (limited to 'emulators/gens/patches')
-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 |