From dff2a4ea24c823e73878955f57aaf6ee51587628 Mon Sep 17 00:00:00 2001 From: ryester27 <17807258+ryester27@users.noreply.github.com> Date: Thu, 13 Feb 2020 20:00:22 -0500 Subject: [PATCH] [util] Force 16:9 aspect ratio for Hyperdimension Neptunia U: Action Unleashed --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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" }, + }} }, + }};