From c4066b924bba399657b15ce65c781264044d3144 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Thu, 30 Mar 2017 13:17:34 +0300 Subject: [PATCH] Restore GD in game viewer --- rpcs3/Gui/GameViewer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcs3/Gui/GameViewer.cpp b/rpcs3/Gui/GameViewer.cpp index c324d72452..5a640f3bb7 100644 --- a/rpcs3/Gui/GameViewer.cpp +++ b/rpcs3/Gui/GameViewer.cpp @@ -169,7 +169,6 @@ void GameViewer::LoadPSF() { game.category = "Game Data"; game.icon_path = dir + "/ICON0.PNG"; - continue; } m_game_data.push_back(game);