Fix hardware filter (de)select all

This commit is contained in:
Barry Harris 2014-04-16 21:15:22 +00:00
parent 3d3dd96f3d
commit d37d397c78
1 changed files with 1 additions and 1 deletions

View File

@ -1329,7 +1329,7 @@ static INT_PTR CALLBACK DialogProc(HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lP
_TreeView_SetCheckState(hFilterList, hFilterSnes, TRUE);
_TreeView_SetCheckState(hFilterList, hFilterSms, TRUE);
nLoadMenuShowX &= 0xff000000;
nLoadMenuShowX &= 0xfe000000;
}
}