Wait for graphics driver to complete initialization before continuing.

This commit is contained in:
gibbed
2014-01-24 12:05:24 -08:00
parent 8ae6053d0f
commit b6c831c7ec
2 changed files with 7 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ protected:
uint32_t interrupt_callback_data_;
double last_interrupt_time_;
bool swap_pending_;
HANDLE thread_wait_;
};