Added Help entry to fceux menu in preparation for fceux.chm
This commit is contained in:
parent
a607572b61
commit
101a774dd9
Binary file not shown.
|
@ -140,6 +140,7 @@ BEGIN
|
||||||
END
|
END
|
||||||
POPUP "&Help"
|
POPUP "&Help"
|
||||||
BEGIN
|
BEGIN
|
||||||
|
MENUITEM "Help...", 40140
|
||||||
MENUITEM "&Message Log...", MENU_MSGLOG
|
MENUITEM "&Message Log...", MENU_MSGLOG
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&About...", MENU_ABOUT
|
MENUITEM "&About...", MENU_ABOUT
|
||||||
|
|
|
@ -344,6 +344,7 @@
|
||||||
#define ACCEL_CTRL_SHIFT_S 40135
|
#define ACCEL_CTRL_SHIFT_S 40135
|
||||||
#define ACCEL_CTRL_N 40136
|
#define ACCEL_CTRL_N 40136
|
||||||
#define ACCEL_CTRL_C 40138
|
#define ACCEL_CTRL_C 40138
|
||||||
|
#define FCEU_HELP 40140
|
||||||
#define MW_ValueLabel2 65423
|
#define MW_ValueLabel2 65423
|
||||||
#define MW_ValueLabel1 65426
|
#define MW_ValueLabel1 65426
|
||||||
#define GUI_BOT_DEBUG 65436
|
#define GUI_BOT_DEBUG 65436
|
||||||
|
@ -355,7 +356,7 @@
|
||||||
#ifdef APSTUDIO_INVOKED
|
#ifdef APSTUDIO_INVOKED
|
||||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
#define _APS_NEXT_RESOURCE_VALUE 111
|
#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_CONTROL_VALUE 1132
|
||||||
#define _APS_NEXT_SYMED_VALUE 101
|
#define _APS_NEXT_SYMED_VALUE 101
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1116,6 +1116,11 @@ LRESULT FAR PASCAL AppWndProc(HWND hWnd,UINT msg,WPARAM wParam,LPARAM lParam)
|
||||||
ShowAboutBox();
|
ShowAboutBox();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case FCEU_HELP:
|
||||||
|
// Help Menu is selected
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
case MENU_MSGLOG:
|
case MENU_MSGLOG:
|
||||||
// Message Log menu was selected
|
// Message Log menu was selected
|
||||||
MakeLogWindow();
|
MakeLogWindow();
|
||||||
|
|
|
@ -2240,6 +2240,10 @@
|
||||||
RelativePath="..\src\fceu.cpp"
|
RelativePath="..\src\fceu.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\drivers\win\help\fceux.chm"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\fds.cpp"
|
RelativePath="..\src\fds.cpp"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue