1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[util] Force 16:9 aspect ratio for Hyperdimension Neptunia U: Action Unleashed

This commit is contained in:
ryester27 2020-02-13 20:00:22 -05:00 committed by Joshie
parent 582fe899f8
commit dff2a4ea24

View File

@ -314,6 +314,11 @@ namespace dxvk {
{ R"(\\rthdribl\.exe$)", {{
{ "d3d9.allowDoNotWait", "False" },
}} },
/* Hyperdimension Neptunia U: Action Unleashed */
{ R"(\\Neptunia\.exe$)", {{
{ "d3d9.forceAspectRatio", "16:9" },
}} },
}};