1
0
Fork 0

This is more pretty accoring to the experts *cough*

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3462
This commit is contained in:
Peter Veenstra 2009-09-05 11:38:15 +00:00
parent 9c2a664661
commit 9cab1737b8

View file

@ -349,12 +349,12 @@ static void conc3d(Cache,SBPP,DBPP) (const void * s) {
line0[0]=P; \
line0[1]=P & greenMask; \
line0[2]=P & blueMask; \
line1[0]=P & blueMask; \
line1[1]=P; \
line1[2]=P & redMask; \
line2[0]=P & redMask; \
line2[1]=P & greenMask; \
line2[2]=P;
line1[0]=P & greenMask; \
line1[1]=P & redMask; \
line1[2]=P; \
line2[0]=P; \
line2[1]=P & blueMask; \
line2[2]=P & redMask;
#include "render_simple.h"
#undef SCALERNAME
#undef SCALERWIDTH