fix: auto-update the game list when rescan romset button from gameinfo was used (sel.cpp)
This commit is contained in:
parent
5d9a63346b
commit
31967b8d50
|
@ -1599,6 +1599,7 @@ static INT_PTR CALLBACK DialogProc(HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lP
|
|||
case IDGAMEINFO:
|
||||
if (bDrvSelected) {
|
||||
GameInfoDialogCreate(hSelDlg, nBurnDrvActive);
|
||||
SetFocus(hSelList); // Update list for Rescan Romset button
|
||||
} else {
|
||||
MessageBox(hSelDlg, FBALoadStringEx(hAppInst, IDS_ERR_NO_DRIVER_SELECTED, true), FBALoadStringEx(hAppInst, IDS_ERR_ERROR, true), MB_OK);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue