mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
ARCode: Add sort by enabled state
This commit is contained in:
parent
81ec90be9c
commit
2635595737
2 changed files with 25 additions and 0 deletions
|
@ -43,6 +43,8 @@ private:
|
|||
void UpdateList();
|
||||
void SaveCodes();
|
||||
void SortAlphabetically();
|
||||
void SortEnabledCodesFirst();
|
||||
void SortDisabledCodesFirst();
|
||||
|
||||
void OnCodeAddClicked();
|
||||
void OnCodeEditClicked();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue