summaryrefslogtreecommitdiff
path: root/emulators/fceu/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/fceu/patches/patch-ae')
-rw-r--r--emulators/fceu/patches/patch-ae17
1 files changed, 8 insertions, 9 deletions
diff --git a/emulators/fceu/patches/patch-ae b/emulators/fceu/patches/patch-ae
index 260e0ccc9e8..ab3126517eb 100644
--- a/emulators/fceu/patches/patch-ae
+++ b/emulators/fceu/patches/patch-ae
@@ -1,19 +1,18 @@
-$NetBSD: patch-ae,v 1.1 2004/08/22 11:56:46 kristerw Exp $
-
---- src/movie.c.orig Sun Aug 22 13:44:10 2004
-+++ src/movie.c Sun Aug 22 13:44:49 2004
-@@ -154,6 +154,7 @@
+--- src/movie.c.orig 2004-11-13 13:41:55.000000000 +0000
++++ src/movie.c 2004-11-13 13:42:39.000000000 +0000
+@@ -154,7 +154,7 @@
void FCEUMOV_AddJoy(uint8 *js)
{
-+ int tmpfix;
- int x,y;
+- int x,y;
++ int x,y,tmpfix;
if(!current) return; /* Not playback nor recording. */
-@@ -190,7 +191,7 @@
- tmp >>= 5;
+
+@@ -191,7 +191,7 @@
tmp &= 0x3;
ti=0;
+
- int tmpfix = tmp;
+ tmpfix = tmp;
while(tmp--) { nextts |= fgetc(slots[-1 - current]) << (ti * 8); ti++; }