1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-17 17:52:11 +01:00

[util] Force 60 fps for Sine Mora EX

This commit is contained in:
Georg Lehmann 2021-08-24 17:22:38 +02:00 committed by Philip Rebohle
parent ed70f9a07c
commit 4b50d24231

View File

@ -448,6 +448,10 @@ namespace dxvk {
{ "dxgi.tearFree", "False" },
{ "dxgi.syncInterval", "1" },
}} },
/* Sine Mora EX */
{ R"(\\SineMoraEX\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
}};