mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
CheatSearchWidget: Don't recreate table when refreshing values
The table only needs to be recreated when the displayed addresses might change. If we're just refreshing the current values then update those table cells and leave the rest of the table alone.
This commit is contained in:
parent
fa7c969e15
commit
7dfb23d38c
2 changed files with 31 additions and 12 deletions
|
@ -57,7 +57,9 @@ private:
|
|||
void OnDisplayHexCheckboxStateChanged();
|
||||
|
||||
bool RefreshValues();
|
||||
void UpdateGuiTable();
|
||||
void RefreshCurrentValueTableItem(QTableWidgetItem* current_value_table_item);
|
||||
void RefreshGUICurrentValues();
|
||||
void RecreateGUITable();
|
||||
void GenerateARCode();
|
||||
|
||||
std::unique_ptr<Cheats::CheatSearchSessionBase> m_session;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue