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:
parent
ed70f9a07c
commit
4b50d24231
@ -448,6 +448,10 @@ namespace dxvk {
|
||||
{ "dxgi.tearFree", "False" },
|
||||
{ "dxgi.syncInterval", "1" },
|
||||
}} },
|
||||
/* Sine Mora EX */
|
||||
{ R"(\\SineMoraEX\.exe$)", {{
|
||||
{ "d3d9.maxFrameRate", "60" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user