diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index bd7fe5b1..5b10ccf2 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -314,6 +314,11 @@ namespace dxvk { { R"(\\rthdribl\.exe$)", {{ { "d3d9.allowDoNotWait", "False" }, }} }, + /* Hyperdimension Neptunia U: Action Unleashed */ + { R"(\\Neptunia\.exe$)", {{ + { "d3d9.forceAspectRatio", "16:9" }, + }} }, + }};