This commit is contained in:
parent
c2ec406870
commit
f48fde13af
|
@ -566,6 +566,8 @@ void MainWnd::OnUpdateOptionsEmulatorSynchronize(CCmdUI* pCmdUI)
|
|||
void MainWnd::OnOptionsEmulatorPausewheninactive()
|
||||
{
|
||||
theApp.pauseWhenInactive = !theApp.pauseWhenInactive;
|
||||
}
|
||||
|
||||
void MainWnd::OnUpdateOptionsEmulatorPausewheninactive(CCmdUI* pCmdUI)
|
||||
{
|
||||
pCmdUI->SetCheck(theApp.pauseWhenInactive);
|
||||
|
|
Loading…
Reference in New Issue