Skip to content

Commit

Permalink
update menu to say fps is locked to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetic-flow committed Mar 9, 2023
1 parent b5e2636 commit 5de3207
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inf_launch_ext.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ if ($Args[0].Contains("trial")) {
echo "Please select option."
echo "0 : Launcher (required for game updates)"
echo "1 : WASAPI"
echo "2 : WASAPI + window mode"
echo "2 : WASAPI + window mode (60Hz only)"
echo "3 : ASIO"
echo "4 : ASIO + window mode"
echo "5 : WASAPI + fullscreen borderless with zoom"
echo "6 : ASIO + fullscreen borderless with zoom"
echo "4 : ASIO + window mode (60Hz only)"
echo "5 : WASAPI + fullscreen borderless (60Hz only) with zoom"
echo "6 : ASIO + fullscreen borderless (60Hz only) with zoom"

$num = Read-Host "number (press enter for option $($Config["Option"]))"
if([string]::IsNullOrEmpty($num)){
Expand Down

0 comments on commit 5de3207

Please sign in to comment.