mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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.tearFree", "False" },
|
||||||
{ "dxgi.syncInterval", "1" },
|
{ "dxgi.syncInterval", "1" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Sine Mora EX */
|
||||||
|
{ R"(\\SineMoraEX\.exe$)", {{
|
||||||
|
{ "d3d9.maxFrameRate", "60" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user