mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
Refresh Game Viewer after Install PKG
This commit is contained in:
parent
23539f13b5
commit
bf03874be2
2 changed files with 2 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue