mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-09 16:18:20 +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
@ -266,7 +266,7 @@ static void dxgi_initOptions(void)
|
||||
.name = "allowRGB24",
|
||||
.description = "Losslessly pack 32-bit RGBA8 into 24-bit RGB (saves bandwidth)",
|
||||
.type = OPTION_TYPE_BOOL,
|
||||
.value.x_bool = false
|
||||
.value.x_bool = true
|
||||
},
|
||||
{0}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user