mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Config/GeckoCodeWidget: Add option for alphabetical sorting
This commit is contained in:
@ -37,6 +37,7 @@ private:
|
||||
void OnSelectionChanged();
|
||||
void OnItemChanged(QListWidgetItem* item);
|
||||
void OnListReordered();
|
||||
void OnContextMenuRequested();
|
||||
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
@ -46,6 +47,7 @@ private:
|
||||
void RemoveCode();
|
||||
void DownloadCodes();
|
||||
void SaveCodes();
|
||||
void SortAlphabetically();
|
||||
|
||||
const UICommon::GameFile& m_game;
|
||||
std::string m_game_id;
|
||||
|
Reference in New Issue
Block a user