mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
ARCode: Add sort by enabled state
This commit is contained in:
@ -43,6 +43,8 @@ private:
|
||||
void UpdateList();
|
||||
void SaveCodes();
|
||||
void SortAlphabetically();
|
||||
void SortEnabledCodesFirst();
|
||||
void SortDisabledCodesFirst();
|
||||
|
||||
void OnCodeAddClicked();
|
||||
void OnCodeEditClicked();
|
||||
|
Reference in New Issue
Block a user