Skip to content

Commit

Permalink
v1.07
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevelopment committed Dec 2, 2017
1 parent 0fefdfd commit 3ca0828
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions mazda/outputs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,25 +253,11 @@ void VideoOutput::input_thread_func()
/*
if (hasMediaAudioFocus)
{
if (isPressed)
{
pass_key_to_mzd(event.type, event.code, event.value);
}
else
{
scanCode = HUIB_PLAYPAUSE;
}
callbacks->releaseAudioFocus();
}
else
{
if (isPressed)
{
scanCode = HUIB_PLAYPAUSE;
}
else
{
pass_key_to_mzd(event.type, event.code, event.value);
}
scanCode = HUIB_PLAYPAUSE;
}
*/
break;
Expand Down

0 comments on commit 3ca0828

Please sign in to comment.