git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@865 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
e2058fb268
commit
d2807c65ef
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue