diff --git a/Source/Core/DolphinQt2/GameList/GameListModel.cpp b/Source/Core/DolphinQt2/GameList/GameListModel.cpp index 97a9337add..5e7316f7ef 100644 --- a/Source/Core/DolphinQt2/GameList/GameListModel.cpp +++ b/Source/Core/DolphinQt2/GameList/GameListModel.cpp @@ -24,7 +24,7 @@ QVariant GameListModel::data(const QModelIndex& index, int role) const switch (index.column()) { case COL_PLATFORM: - return game->GetPlatform(); + return static_cast(game->GetPlatformID()); case COL_BANNER: return game->GetBanner(); case COL_TITLE: