DolphinQt: Allow Cheat Search to create multiple AR codes when selecting multiple lines.

This commit is contained in:
Jordan Woyak
2024-03-17 01:21:22 -05:00
parent 369502b49b
commit c202b55bd4
2 changed files with 54 additions and 24 deletions

View File

@ -76,7 +76,7 @@ private:
bool UpdateTableRows(const Core::CPUThreadGuard& guard, size_t begin_index, size_t end_index,
UpdateSource source);
void RecreateGUITable();
void GenerateARCode();
void GenerateARCodes();
int GetVisibleRowsBeginIndex() const;
int GetVisibleRowsEndIndex() const;