only update textures if necessary
This commit is contained in:
parent
4c2272a54e
commit
a40392e11a
4 changed files with 19 additions and 4 deletions
|
@ -73,6 +73,8 @@ typedef struct IDirectDrawImpl
|
|||
DEVMODE mode;
|
||||
struct { int width; int height; int x; int y; } viewport;
|
||||
|
||||
LONG paletteUpdated;
|
||||
LONG surfaceUpdated;
|
||||
} render;
|
||||
|
||||
HWND hWnd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue