Refresh Game Viewer after Install PKG

This commit is contained in:
DH 2013-12-08 19:06:20 +02:00
parent 23539f13b5
commit bf03874be2
2 changed files with 2 additions and 1 deletions

View file

@ -276,6 +276,7 @@ void MainFrame::InstallPkg(wxCommandEvent& WXUNUSED(event))
// Travel to the main dir.
wxSetWorkingDirectory(mainDir);
m_game_viewer->Refresh();
Emu.BootGame(newPkgDir.c_str());
}