mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Little fix correct path for Game Data
This commit is contained in:
parent
4ac6c23ced
commit
893a4e34a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue