mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 03:07:11 +00:00
[host] dxgi: enable 24-bit mode by default
General community feedback with this enabled has been positive and we can now transition to enabling by default.
This commit is contained in:
parent
ad00aaacd0
commit
c5cbb8aa46
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ static void dxgi_initOptions(void)
|
||||||
.name = "allowRGB24",
|
.name = "allowRGB24",
|
||||||
.description = "Losslessly pack 32-bit RGBA8 into 24-bit RGB (saves bandwidth)",
|
.description = "Losslessly pack 32-bit RGBA8 into 24-bit RGB (saves bandwidth)",
|
||||||
.type = OPTION_TYPE_BOOL,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = false
|
.value.x_bool = true
|
||||||
},
|
},
|
||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue