mirror of
https://github.com/libretro/Play-.git
synced 2024-11-30 12:10:42 +00:00
Don't automatically resume emulation when debugger is enabled.
This commit is contained in:
parent
872dd72e3d
commit
1ca4737414
@ -479,7 +479,9 @@ void MainWindow::loadState(int stateSlot)
|
||||
if(succeeded)
|
||||
{
|
||||
m_msgLabel->setText(QString("Loaded state from slot %1.").arg(stateSlot));
|
||||
#ifndef DEBUGGER_INCLUDED
|
||||
m_virtualMachine->Resume();
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user