fix moved m_name

This commit is contained in:
Fire Cube 2025-05-12 20:48:48 +02:00
parent d85001dddc
commit 24db8a9b72

View File

@ -155,9 +155,9 @@ public:
bool EventExists(u64 id, s16 filter);
private:
std::string m_name;
std::mutex m_mutex;
std::vector<EqueueEvent> m_events;
std::string m_name;
EqueueEvent small_timer_event{};
std::condition_variable m_cond;
};