Skip to content

Commit

Permalink
Lower beep pitch
Browse files Browse the repository at this point in the history
  • Loading branch information
oneup03 committed Feb 15, 2025
1 parent ae20090 commit 26f2288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrto3d/src/hmd_device_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void SwitchToXinpuGetStateEx()
static void BeepSuccess()
{
// High beep for success
Beep(1800, 400);
Beep(400, 400);
}


Expand Down

0 comments on commit 26f2288

Please sign in to comment.