GUI: not displaying _INSTALL , _DATA and _GAMEDATA in gameviewer (#2364)

This commit is contained in:
raven02 2017-02-11 16:50:48 +08:00 committed by GitHub
parent e899de88ff
commit 0019ea28c3
2 changed files with 3 additions and 2 deletions

View file

@ -148,6 +148,7 @@ void GameViewer::LoadPSF()
{
game.category = "Game Data";
game.icon_path = dir + "/ICON0.PNG";
continue;
}
m_game_data.push_back(game);