mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-02-11 08:24:35 +00:00
Little fix correct path for Game Data
This commit is contained in:
parent
4ac6c23ced
commit
893a4e34a1
@ -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 New Issue
Block a user