diff --git a/rpcs3/Gui/GameViewer.cpp b/rpcs3/Gui/GameViewer.cpp index b60d69c75f..f0bca30f3d 100644 --- a/rpcs3/Gui/GameViewer.cpp +++ b/rpcs3/Gui/GameViewer.cpp @@ -189,7 +189,7 @@ void GameViewer::LoadPSF() else if (game.category.substr(0, 2) == "GD") { game.category = "Game Data"; - game.icon_path = local_path + "/" + m_games[i] + "/PS3_GAME/ICON0.PNG"; + game.icon_path = local_path + "/" + m_games[i] + "/ICON0.PNG"; } m_game_data.push_back(game);