Fixing VdQueryVideoMode.

This commit is contained in:
Ben Vanik
2013-09-25 18:37:13 -07:00
parent 03a68d4c49
commit 3a6ef8cdf9
2 changed files with 23 additions and 17 deletions

View File

@@ -31,7 +31,9 @@ typedef struct {
uint32_t is_hi_def;
float refresh_rate;
uint32_t video_standard;
uint32_t Reserved[5];
uint32_t unknown_0x8a;
uint32_t unknown_0x01;
uint32_t reserved[3];
}
X_VIDEO_MODE;
#pragma pack(pop)