missed this one previously. - pause when inactive fix.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@864 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
f84cb6009d
commit
e2058fb268
|
@ -563,6 +563,14 @@ void MainWnd::OnUpdateOptionsEmulatorSynchronize(CCmdUI* pCmdUI)
|
|||
pCmdUI->SetCheck(synchronize);
|
||||
}
|
||||
|
||||
void MainWnd::OnOptionsEmulatorPausewheninactive()
|
||||
{
|
||||
theApp.pauseWhenInactive = !theApp.pauseWhenInactive;
|
||||
void MainWnd::OnUpdateOptionsEmulatorPausewheninactive(CCmdUI* pCmdUI)
|
||||
{
|
||||
pCmdUI->SetCheck(theApp.pauseWhenInactive);
|
||||
}
|
||||
|
||||
void MainWnd::OnOptionsEmulatorSpeeduptoggle()
|
||||
{
|
||||
theApp.speedupToggle = !theApp.speedupToggle;
|
||||
|
|
Loading…
Reference in New Issue