git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@865 a31d4220-a93d-0410-bf67-fe4944624d44

This commit is contained in:
squall-leonhart 2009-03-23 17:25:55 +00:00
parent e2058fb268
commit d2807c65ef
1 changed files with 2 additions and 0 deletions

View File

@ -566,6 +566,8 @@ void MainWnd::OnUpdateOptionsEmulatorSynchronize(CCmdUI* pCmdUI)
void MainWnd::OnOptionsEmulatorPausewheninactive() void MainWnd::OnOptionsEmulatorPausewheninactive()
{ {
theApp.pauseWhenInactive = !theApp.pauseWhenInactive; theApp.pauseWhenInactive = !theApp.pauseWhenInactive;
}
void MainWnd::OnUpdateOptionsEmulatorPausewheninactive(CCmdUI* pCmdUI) void MainWnd::OnUpdateOptionsEmulatorPausewheninactive(CCmdUI* pCmdUI)
{ {
pCmdUI->SetCheck(theApp.pauseWhenInactive); pCmdUI->SetCheck(theApp.pauseWhenInactive);