Fix sm stubs
This commit is contained in:
parent
6e3168c876
commit
f553d248f9
1 changed files with 2 additions and 0 deletions
|
@ -146,12 +146,14 @@ private:
|
||||||
private:
|
private:
|
||||||
Event m_system_event;
|
Event m_system_event;
|
||||||
Event m_operation_mode_changed_system_event;
|
Event m_operation_mode_changed_system_event;
|
||||||
|
Event m_hdcp_state_changed_event;
|
||||||
|
|
||||||
std::list<AppletMessage> m_unordered_messages{};
|
std::list<AppletMessage> m_unordered_messages{};
|
||||||
|
|
||||||
bool m_is_application{};
|
bool m_is_application{};
|
||||||
bool m_focus_state_changed_notification_enabled{true};
|
bool m_focus_state_changed_notification_enabled{true};
|
||||||
bool m_operation_mode_changed_notification_enabled{true};
|
bool m_operation_mode_changed_notification_enabled{true};
|
||||||
|
bool m_hdcp_state_changed_notification_enabled{true};
|
||||||
bool m_performance_mode_changed_notification_enabled{true};
|
bool m_performance_mode_changed_notification_enabled{true};
|
||||||
bool m_resume_notification_enabled{};
|
bool m_resume_notification_enabled{};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue