1
0
Fork 0

Change scan3x to be LINE LINE DARK instead of LINE DARK DARK. This matches pictures of scanlines better and doubles the brightness as the old implementation was rather dark.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4162
This commit is contained in:
Peter Veenstra 2018-09-14 19:59:05 +00:00
parent 2f09b52de8
commit c0d49b28e5

View file

@ -382,9 +382,9 @@ static void conc3d(Cache,SBPP,DBPP) (const void * s) {
line0[0]=P; \
line0[1]=P; \
line0[2]=P; \
line1[0]=0; \
line1[1]=0; \
line1[2]=0; \
line1[0]=P; \
line1[1]=P; \
line1[2]=P; \
line2[0]=0; \
line2[1]=0; \
line2[2]=0;