aboutsummaryrefslogtreecommitdiff
path: root/emulators/fceu/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-09-01 07:59:07 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-09-01 07:59:07 +0000
commit24d0f3d72bd711687fa2dc41ea12e6ced1b4f964 (patch)
treef937c4c766f72284fb71bdbdac099cccc2b89e7e /emulators/fceu/files
parent2505b8d5d971794c02f19a0626cc871e36f01563 (diff)
Notes
Diffstat (limited to 'emulators/fceu/files')
-rw-r--r--emulators/fceu/files/patch-src-movie.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/fceu/files/patch-src-movie.c b/emulators/fceu/files/patch-src-movie.c
index c172724e893a..8b883957a406 100644
--- a/emulators/fceu/files/patch-src-movie.c
+++ b/emulators/fceu/files/patch-src-movie.c
@@ -1,5 +1,5 @@
---- src/movie.c.orig Sat Aug 14 07:13:51 2004
-+++ src/movie.c Sat Aug 14 07:15:58 2004
+--- src/movie.c.orig Tue Aug 31 07:35:21 2004
++++ src/movie.c Tue Aug 31 07:35:57 2004
@@ -154,7 +154,7 @@
void FCEUMOV_AddJoy(uint8 *js)
@@ -9,10 +9,10 @@
if(!current) return; /* Not playback nor recording. */
-@@ -190,7 +190,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++; }