add floats for scaling

This commit is contained in:
FunkyFr3sh 2018-11-16 02:59:42 +01:00
parent ff8528a72c
commit 4d867fcaef
3 changed files with 19 additions and 15 deletions

View file

@ -83,6 +83,11 @@ typedef struct IDirectDrawImpl
LONG paletteUpdated;
LONG surfaceUpdated;
float scaleW;
float scaleH;
float unScaleW;
float unScaleH;
} render;
HWND hWnd;