MemoryViewWidget: Add auto update toggle.

This commit is contained in:
TryTwo
2025-01-19 23:24:38 -07:00
parent 7b19192134
commit 0b8301ff97
2 changed files with 34 additions and 4 deletions

View File

@ -115,4 +115,6 @@ private:
QRadioButton* m_bp_write_only;
QCheckBox* m_bp_log_check;
Common::EventHook m_vi_end_field_event;
bool m_auto_update_enabled = true;
};