Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[util] Limit frame rate to 60 fps for Arcana Heart 3 Love Max!!!!! and Arcana Heart 3 Love Max Six Stars!!!!!! Xtend #4566

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Loading