win32: giving "clear recent ROMs" a confirm dialog
This commit is contained in:
parent
3751ca21cf
commit
6f83e98aaf
|
@ -4047,7 +4047,8 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
else if(wParam == clearid)
|
||||
{
|
||||
/* Clear all the recent ROMs */
|
||||
ClearRecentRoms();
|
||||
if(IDOK == MessageBox(hwnd, "OK to clear recent ROMs list?","DeSmuME",MB_OKCANCEL))
|
||||
ClearRecentRoms();
|
||||
}
|
||||
|
||||
if(wParam >= IDD_LUARECENT_RESERVE_START &&
|
||||
|
|
Loading…
Reference in New Issue