Direct3D video output. Fixed redraw when DirectDraw/Direct3D device is lost.
This commit is contained in:
parent
6d6d98a997
commit
72f934d141
43 changed files with 528 additions and 192 deletions
|
|
@ -11,6 +11,8 @@
|
|||
#define IDM_KEY_ALLEGRO 40040
|
||||
#define IDM_KEY_WINDOWS 40041
|
||||
#define IDM_VID_RESIZE 40050
|
||||
#define IDM_VID_DDRAW 40060
|
||||
#define IDM_VID_D3D 40061
|
||||
#define IDM_CDROM_EMPTY 40100
|
||||
#define IDM_CDROM_REAL 40100
|
||||
#define IDM_CDROM_DISABLED 40200
|
||||
|
|
@ -57,3 +59,5 @@
|
|||
#define IDC_STEXT7 1106
|
||||
#define IDC_STEXT8 1107
|
||||
#define IDC_STEXT_DEVICE 1108
|
||||
|
||||
#define WM_RESETD3D WM_USER
|
||||
|
|
|
|||
Loading…
Reference in a new issue