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