Fix sm stubs

This commit is contained in:
JPikachu 2025-04-09 20:43:53 +01:00
parent 6e3168c876
commit f553d248f9

View file

@ -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{};