From f982be45e81588a27383cd1a3eb12789b8498904 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 19 Nov 2008 10:43:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'. --- emulators/fceux/files/patch-src-drivers-common-vidblit.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 emulators/fceux/files/patch-src-drivers-common-vidblit.c (limited to 'emulators/fceux/files/patch-src-drivers-common-vidblit.c') diff --git a/emulators/fceux/files/patch-src-drivers-common-vidblit.c b/emulators/fceux/files/patch-src-drivers-common-vidblit.c deleted file mode 100644 index dd42323ab40f..000000000000 --- a/emulators/fceux/files/patch-src-drivers-common-vidblit.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/drivers/common/vidblit.c.orig Tue Dec 21 15:43:20 2004 -+++ src/drivers/common/vidblit.c Tue Dec 21 15:43:44 2004 -@@ -79,7 +79,7 @@ - { - if(specfilt == 2 || specfilt == 4) // scale2x and scale3x - { -- int multi; -+ int multi = 0; - - if(specfilt == 2) multi = 2 * 2; - else if(specfilt == 4) multi = 3 * 3; -- cgit v1.2.3