mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +01:00
[util] Force 16:9 aspect ratio for Hyperdimension Neptunia U: Action Unleashed
This commit is contained in:
parent
582fe899f8
commit
dff2a4ea24
@ -314,6 +314,11 @@ namespace dxvk {
|
|||||||
{ R"(\\rthdribl\.exe$)", {{
|
{ R"(\\rthdribl\.exe$)", {{
|
||||||
{ "d3d9.allowDoNotWait", "False" },
|
{ "d3d9.allowDoNotWait", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Hyperdimension Neptunia U: Action Unleashed */
|
||||||
|
{ R"(\\Neptunia\.exe$)", {{
|
||||||
|
{ "d3d9.forceAspectRatio", "16:9" },
|
||||||
|
}} },
|
||||||
|
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user