diff --git a/src/drivers/win/help/fceux.chm b/src/drivers/win/help/fceux.chm new file mode 100644 index 00000000..37623d2c Binary files /dev/null and b/src/drivers/win/help/fceux.chm differ diff --git a/src/drivers/win/res.rc b/src/drivers/win/res.rc index f6b021bc..b0061998 100644 --- a/src/drivers/win/res.rc +++ b/src/drivers/win/res.rc @@ -140,6 +140,7 @@ BEGIN END POPUP "&Help" BEGIN + MENUITEM "Help...", 40140 MENUITEM "&Message Log...", MENU_MSGLOG MENUITEM SEPARATOR MENUITEM "&About...", MENU_ABOUT diff --git a/src/drivers/win/resource.h b/src/drivers/win/resource.h index a418a161..696b1a41 100644 --- a/src/drivers/win/resource.h +++ b/src/drivers/win/resource.h @@ -344,6 +344,7 @@ #define ACCEL_CTRL_SHIFT_S 40135 #define ACCEL_CTRL_N 40136 #define ACCEL_CTRL_C 40138 +#define FCEU_HELP 40140 #define MW_ValueLabel2 65423 #define MW_ValueLabel1 65426 #define GUI_BOT_DEBUG 65436 @@ -355,7 +356,7 @@ #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 111 -#define _APS_NEXT_COMMAND_VALUE 40140 +#define _APS_NEXT_COMMAND_VALUE 40141 #define _APS_NEXT_CONTROL_VALUE 1132 #define _APS_NEXT_SYMED_VALUE 101 #endif diff --git a/src/drivers/win/window.cpp b/src/drivers/win/window.cpp index 3ea1fb5c..746ae08d 100644 --- a/src/drivers/win/window.cpp +++ b/src/drivers/win/window.cpp @@ -1116,6 +1116,11 @@ LRESULT FAR PASCAL AppWndProc(HWND hWnd,UINT msg,WPARAM wParam,LPARAM lParam) ShowAboutBox(); break; + case FCEU_HELP: + // Help Menu is selected + + break; + case MENU_MSGLOG: // Message Log menu was selected MakeLogWindow(); diff --git a/vc8/fceux.vcproj b/vc8/fceux.vcproj index afeaf388..f6111398 100644 --- a/vc8/fceux.vcproj +++ b/vc8/fceux.vcproj @@ -2240,6 +2240,10 @@ RelativePath="..\src\fceu.cpp" > + +