Skip to content

Commit f677782

Browse files
committed
Merge pull request #1235 from Zangetsu38/patch-1
Little fix correct path for Game Data
2 parents 4ac6c23 + 893a4e3 commit f677782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpcs3/Gui/GameViewer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void GameViewer::LoadPSF()
189189
else if (game.category.substr(0, 2) == "GD")
190190
{
191191
game.category = "Game Data";
192-
game.icon_path = local_path + "/" + m_games[i] + "/PS3_GAME/ICON0.PNG";
192+
game.icon_path = local_path + "/" + m_games[i] + "/ICON0.PNG";
193193
}
194194

195195
m_game_data.push_back(game);

0 commit comments

Comments
 (0)