From a02c13a52e2532e50ac768ed0dc730982f4c130e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 2 Oct 2003 23:29:58 +0000 Subject: fix scaler compilation for MSVC6. However, the produced code stll seems to be incorrect... Jamieson, maybe the MSVC6_COMPAT should be re-added then after all? svn-id: r10552 --- common/scaler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/scaler.cpp') diff --git a/common/scaler.cpp b/common/scaler.cpp index d8522440af..00f784fd0a 100644 --- a/common/scaler.cpp +++ b/common/scaler.cpp @@ -233,7 +233,7 @@ void AdvMame3x(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPi } template -void TV2x(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, +void TV2xTemplate(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height) { const uint32 nextlineSrc = srcPitch / sizeof(uint16); const uint16 *p = (const uint16 *)srcPtr; -- cgit v1.2.3