mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[host] nvfbc: read nvfbc:diffRes option with the correct type
This commit is contained in:
parent
e5d252290d
commit
10ee6cd031
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user