Direct3D video output. Fixed redraw when DirectDraw/Direct3D device is lost.

This commit is contained in:
TomW 2013-08-13 19:20:28 +01:00
commit 72f934d141
43 changed files with 528 additions and 192 deletions

View file

@ -354,5 +354,6 @@ device_t hercules_device =
hercules_init,
hercules_close,
hercules_speed_changed,
NULL,
NULL
};