oopsie
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1344
This commit is contained in:
parent
6124dc639a
commit
dc3bf0be87
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ static void Scale2x_32(Bit8u * src,Bitu x,Bitu y,Bitu dx,Bitu dy) {
|
|||
scale2x_line_32((Bit32u *)dest,(Bit32u *)(dest+render.op.pitch),src-render.src.pitch,src,src,dx);
|
||||
}
|
||||
|
||||
#if defined(__GNUC__) || defined(__i386__)
|
||||
#if defined(__GNUC__) && defined(__i386__)
|
||||
|
||||
#define SCALE2X_MMX 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue