mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Fixed GameViewer
Disabled pause on null rsx instruction
This commit is contained in:
parent
95ce623da4
commit
2b7f984de8
4 changed files with 7 additions and 7 deletions
|
|
@ -136,11 +136,11 @@ bool Rpcs3App::OnInit()
|
|||
main_thread = std::this_thread::get_id();
|
||||
|
||||
Ini.Load();
|
||||
m_MainFrame = new MainFrame();
|
||||
SetTopWindow(m_MainFrame);
|
||||
Emu.Init();
|
||||
Emu.SetEmulatorPath(executablePath.ToStdString());
|
||||
|
||||
m_MainFrame = new MainFrame();
|
||||
SetTopWindow(m_MainFrame);
|
||||
m_MainFrame->Show();
|
||||
m_MainFrame->DoSettings(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue