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:
parent
9c2a664661
commit
9cab1737b8
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue