From 893a4e34a1bec4aeb00ee76e3e5613433edb6fd3 Mon Sep 17 00:00:00 2001 From: Zangetsu38 Date: Mon, 28 Sep 2015 16:37:50 +0200 Subject: [PATCH] Little fix correct path for Game Data --- rpcs3/Gui/GameViewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);