mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
MemoryWidget: Make search address a combobox that holds address history.
Always update the combobox when a new target address is sent.
This commit is contained in:
@ -75,7 +75,7 @@ private:
|
||||
|
||||
MemoryViewWidget* m_memory_view;
|
||||
QSplitter* m_splitter;
|
||||
QLineEdit* m_search_address;
|
||||
QComboBox* m_search_address;
|
||||
QLineEdit* m_search_offset;
|
||||
QLineEdit* m_data_edit;
|
||||
QCheckBox* m_base_check;
|
||||
|
Reference in New Issue
Block a user