1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00

Changed RenderColorDepth default value to 32

This commit is contained in:
narzoul 2024-04-21 11:36:13 +02:00
parent e0048a1bfd
commit 6819ec1490

View File

@ -10,7 +10,7 @@ namespace Config
{
public:
RenderColorDepth()
: MappedSetting("RenderColorDepth", "appd8", {
: MappedSetting("RenderColorDepth", "32", {
{ "app", { 0, 8 } },
{ "appd8", { 8, 0 } },
{ "appd10", { 10, 0 } },