mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
DolphinQt: Allow Cheat Search to create multiple AR codes when selecting multiple lines.
This commit is contained in:
parent
369502b49b
commit
c202b55bd4
2 changed files with 54 additions and 24 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue