diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 8edaee60..b5851424 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -799,6 +799,10 @@ namespace dxvk { { R"(\\Vietnam\.exe$)", {{ { "d3d9.maxFrameRate", "60" }, }} }, + /* Project: Snowblind */ + { R"(\\Snowblind(.SP|.MP|.exe)$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, /**********************************************/ /* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */