mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
GUI: not displaying _INSTALL , _DATA and _GAMEDATA in gameviewer (#2364)
This commit is contained in:
parent
e899de88ff
commit
0019ea28c3
2 changed files with 3 additions and 2 deletions
|
|
@ -148,6 +148,7 @@ void GameViewer::LoadPSF()
|
|||
{
|
||||
game.category = "Game Data";
|
||||
game.icon_path = dir + "/ICON0.PNG";
|
||||
continue;
|
||||
}
|
||||
|
||||
m_game_data.push_back(game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue