add (commented out) clipper support to dds_blt

This commit is contained in:
FunkyFr3sh 2022-09-27 15:28:57 +02:00
parent 2ddc0b5ceb
commit 11801618df
2 changed files with 43 additions and 2 deletions

View file

@ -7,6 +7,8 @@
#include "IDirectDrawSurface.h"
#include "IDirectDraw.h"
#define DDBLT_NO_CLIP (1 << 31)
/* enables redraw via blt/unlock if there wasn't any flip for X ms */
#define FLIP_REDRAW_TIMEOUT 1000 / 10