1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

use higher flip timeout

This commit is contained in:
FunkyFr3sh 2018-11-20 07:33:17 +01:00
parent c2821b7c48
commit 64a3d0d5e1

View File

@ -22,7 +22,7 @@
#include "scale_pattern.h"
// enables redraw via blt/unlock if there wasn't any flip for X ms
#define FLIP_REDRAW_TIMEOUT 1000 / 20
#define FLIP_REDRAW_TIMEOUT 1000 / 10
void dump_ddbltflags(DWORD dwFlags);
void dump_ddscaps(DWORD dwCaps);