Skip to content

Commit

Permalink
Merge pull request RPCS3#1235 from Zangetsu38/patch-1
Browse files Browse the repository at this point in the history
Little fix correct path for Game Data
  • Loading branch information
tambry committed Sep 28, 2015
2 parents 4ac6c23 + 893a4e3 commit f677782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Gui/GameViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f677782

Please sign in to comment.