[util] Limit Limbo to 60 fps

Fixes: #2564
This commit is contained in:
Georg Lehmann 2022-03-28 18:38:30 +02:00 committed by Philip Rebohle
parent d11f0ac77b
commit f0ccd8fe2e
1 changed files with 4 additions and 0 deletions

View File

@ -526,6 +526,10 @@ namespace dxvk {
{ R"(\\(rerev|rerev2|re0hd|bhd|re5dx9|BH6)\.exe$)", {{
{ "d3d9.allowDirectBufferMapping", "False" },
}} },
/* Limbo */
{ R"(\\limbo\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
}};