[host] nvfbc: read nvfbc:diffRes option with the correct type

This commit is contained in:
Quantum 2021-08-13 19:13:33 -04:00 committed by Geoffrey McRae
parent e5d252290d
commit 10ee6cd031

View File

@ -198,7 +198,7 @@ static bool nvfbc_init(void)
return false;
}
int diffRes = option_get_bool("nvfbc", "diffRes");
int diffRes = option_get_int("nvfbc", "diffRes");
enum DiffMapBlockSize blockSize;
NvFBCGetDiffMapBlockSize(diffRes, &blockSize, &this->diffShift, privData, privDataLen);
free(privData);