1
0
Fork 0

Fix double height scaler

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2459
This commit is contained in:
Sjoerd van der Berg 2006-01-30 11:56:55 +00:00
parent 5190334069
commit 5efb59c0aa
2 changed files with 2 additions and 2 deletions

View file

@ -173,7 +173,7 @@ ScalerLineBlock_t ScaleNormalDw = {
ScalerLineBlock_t ScaleNormalDh = {
GFX_CAN_8|GFX_CAN_15|GFX_CAN_16|GFX_CAN_32|GFX_LOVE_8,
ScaleFlagSimple,
2,1,
1,2,
NormalDh_8_L,NormalDh_16_L,NormalDh_16_L,NormalDh_32_L,
NormalDh_8_R,NormalDh_16_R,NormalDh_16_R,NormalDh_32_R
};

View file

@ -237,7 +237,7 @@ static void conc3d(CacheSimple,SBPP,DBPP) (const void * s) {
#define SCALERHEIGHT 2
#define SCALERFUNC \
line0[0] = C4; \
line1[1] = C4;
line1[0] = C4;
#include "render_loops.h"
#undef SCALERNAME
#undef SCALERWIDTH