final version

This commit is contained in:
zanostro 2025-12-07 11:16:00 +01:00
parent 098766bb65
commit 042bae9089
8 changed files with 143 additions and 21 deletions

View file

@ -27,6 +27,8 @@ private:
std::atomic<bool> m_running{false};
std::thread m_thread;
std::shared_ptr<Machine> m_machine;
std::atomic<int> m_ticksSinceLastUpdate{0};
std::chrono::steady_clock::time_point m_lastUpdateTime;
};
#endif // MACHINECONTROLLER_H