From 7d3b0922baac7a0ccac0dc551a3c570617fc2dea Mon Sep 17 00:00:00 2001 From: dillo Date: Sat, 21 Aug 2004 14:16:32 +0000 Subject: add patch forgotten in previous --- emulators/gens/patches/patch-at | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 emulators/gens/patches/patch-at (limited to 'emulators/gens') 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 -- cgit v1.2.3