Skip to content

Commit

Permalink
feat: re-adds routing port setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aknous committed Nov 20, 2024
1 parent f372423 commit 6a3a45a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/PanasonicProjectorController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ private void SetupInputPorts()
}
}
};
#else
#endif
// 3-series logic
var computer1 = new RoutingInputPort(RoutingPortNames.VgaIn, eRoutingSignalType.Video,
eRoutingPortConnectionType.Vga, new Action(() => SetInput(eInputTypes.Rg1)), this);
Expand Down Expand Up @@ -579,7 +579,6 @@ private void SetupInputPorts()
InputPorts.Add(hdmi2);
InputPorts.Add(sdi);
InputPorts.Add(digitalLink);
#endif
}

public void SetInput(eInputTypes input)
Expand Down

0 comments on commit 6a3a45a

Please sign in to comment.