summaryrefslogtreecommitdiff
path: root/emulators/fceux/files/patch-src-movie.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/fceux/files/patch-src-movie.c')
-rw-r--r--emulators/fceux/files/patch-src-movie.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/fceux/files/patch-src-movie.c b/emulators/fceux/files/patch-src-movie.c
deleted file mode 100644
index 8b883957a406..000000000000
--- a/emulators/fceux/files/patch-src-movie.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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)
- {
-- int x,y;
-+ int x,y,tmpfix;
-
- if(!current) return; /* Not playback nor recording. */
-
-@@ -191,7 +191,7 @@
- tmp &= 0x3;
- ti=0;
-
-- int tmpfix = tmp;
-+ tmpfix = tmp;
- while(tmp--) { nextts |= fgetc(slots[-1 - current]) << (ti * 8); ti++; }
-
- // This fixes a bug in movies recorded before version 0.98.11