diff --git a/Source/Core/DolphinQt2/GameList/GameListModel.h b/Source/Core/DolphinQt2/GameList/GameListModel.h index da807cc83c..63a2d83919 100644 --- a/Source/Core/DolphinQt2/GameList/GameListModel.h +++ b/Source/Core/DolphinQt2/GameList/GameListModel.h @@ -27,6 +27,8 @@ public: // Path of the Game at the specified index. QString GetPath(int index) const { return m_games[index]->GetFilePath(); } + // Unique ID of the Game at the specified index + QString GetUniqueID(int index) const { return m_games[index]->GetUniqueID(); } bool ShouldDisplayGameListItem(int index) const; enum {