Skip to content

Commit

Permalink
MGS 2 | MGS 3: Fixed wording on FOV fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed Nov 6, 2023
1 parent c7dc1e2 commit 24e6643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MGSHDFix.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ Enabled = true
Enabled = false

[Fix FOV]
; Converts FOV to VERT+ and matches 16:9 horizontal FOV.
; Converts FOV to vert- and matches 16:9 horizontal FOV.
; Only applies at <16:9. Will be disabled if aspect ratio is >1.778~.
Enabled = true
2 changes: 1 addition & 1 deletion src/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ void AspectFOVFix()
}
}

// Convert FOV to VERT+ to match 16:9 horizontal field of view
// Convert FOV to vert- to match 16:9 horizontal field of view
if (sExeName == "METAL GEAR SOLID3.exe" && bNarrowAspect && bFOVFix)
{
// MGS 3: FOV
Expand Down

0 comments on commit 24e6643

Please sign in to comment.