diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 95b15e3ab..4e76c0943 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -1011,6 +1011,16 @@ namespace dxvk { { R"(\\DS\.exe$)", {{ { "d3d9.textureMemory", "0" }, }} }, + /* Arcana Heart 3 Love Max!!!!! * + * Game speed is too fast above 60 fps */ + { R"(\\AH3LM\.exe$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, + /* Arcana Heart 3 Love Max Six Stars!!!!!! Xtend * + * Game speed is too fast above 60 fps (window) */ + { R"(\\AALib\.exe$)", {{ + { "d3d9.maxFrameRate", "60" }, + }} }, /**********************************************/ /* D3D8 GAMES */