Skip to content

Commit 74b1bec

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 9846e53 commit 74b1bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AVInput/AVInputImplementation.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ namespace Plugin {
692692

693693
Core::hresult AVInputImplementation::WriteEDID(const int portId, const string& message, SuccessResult& successResult)
694694
{
695+
printf("*** _DEBUG: AVInputImplementation::WriteEDID: entry");
695696
// TODO: This wasn't implemented in the original code, do we want to implement it?
696697
successResult.success = true;
697698
return Core::ERROR_NONE;
@@ -1070,6 +1071,7 @@ namespace Plugin {
10701071

10711072
Core::hresult AVInputImplementation::GetGameFeatureStatus(const int portId, const string& gameFeature, bool& mode, bool& success)
10721073
{
1074+
printf("*** _DEBUG: AVInputImplementation::GetGameFeatureStatus: entry");
10731075
if (gameFeature == STR_ALLM) {
10741076
mode = getALLMStatus(portId);
10751077
} else if (gameFeature == VRR_TYPE_HDMI) {

0 commit comments

Comments
 (0)