mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
Fix inputmap dialog exit
This commit is contained in:
parent
b81b1bcf65
commit
5ec143e3c3
@ -19654,6 +19654,7 @@ static INT_PTR CALLBACK InputMapDlgProc (HWND hDlg, UINT msg, WPARAM wParam, LPA
|
||||
case IDC_INPUTMAP_EXIT:
|
||||
pages[INPUTMAP_ID] = NULL;
|
||||
DestroyWindow (hDlg);
|
||||
recursive--;
|
||||
return TRUE;
|
||||
case IDC_INPUTMAP_TEST:
|
||||
inputmap_port_remap = -1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user