Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed Jan 1, 2025
1 parent 4df72a8 commit 48a5837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HandheldCompanion/Managers/VirtualManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ public static void SetControllerMode(HIDmode mode)

// update current HIDmode
HIDmode = mode;

// update status
SetControllerStatus(HIDstatus);
}

// update status
SetControllerStatus(HIDstatus);
}

public static void SetControllerStatus(HIDstatus status)
Expand Down

0 comments on commit 48a5837

Please sign in to comment.