Added menu option to send CTRL-ALT-DELETE to emulated machine. Patch from GeeDee.

This commit is contained in:
TomW 2014-11-18 18:38:12 +00:00
commit 2be271d050
5 changed files with 20 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#define IDM_FILE_RESET 40000
#define IDM_FILE_HRESET 40001
#define IDM_FILE_EXIT 40002
#define IDM_FILE_RESET_CAD 40003
#define IDM_DISC_A 40010
#define IDM_DISC_B 40011
#define IDM_EJECT_A 40012