mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Merge pull request #1235 from Zangetsu38/patch-1
Little fix correct path for Game Data
This commit is contained in:
commit
f6777825d5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue