Fix double height scaler
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2459
This commit is contained in:
parent
5190334069
commit
5efb59c0aa
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue