Skip to content

Commit

Permalink
Change scan3x to be LINE LINE DARK instead of LINE DARK DARK. This ma…
Browse files Browse the repository at this point in the history
…tches pictures of scanlines better and doubles the brightness as the old implementation was rather dark.

git-svn-id: svn://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4162 ed541006-0bf7-43e9-8c4d-6fc63c346d47
  • Loading branch information
qbix79 committed Sep 14, 2018
1 parent 46f67bf commit 1a4f027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/render_templates.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1a4f027

Please sign in to comment.