[c-host] dxgi: initialize option to NULL for consistancy

This commit is contained in:
Geoffrey McRae
2019-05-09 22:51:12 +10:00
parent 83f63f4c42
commit 558ae5dc45
3 changed files with 3 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ static bool nvfbc_create()
static bool nvfbc_init(void * pointerShape, const unsigned int pointerSize)
{
return false;
this->stop = false;
this->pointerShape = pointerShape;
this->pointerSize = pointerSize;