add patch forgotten in previous
This commit is contained in:
parent
ce9b8bd99f
commit
7d3b0922ba
1 changed files with 15 additions and 0 deletions
15
emulators/gens/patches/patch-at
Normal file
15
emulators/gens/patches/patch-at
Normal file
|
@ -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
|
Loading…
Reference in a new issue