re-install the memview (hex editor) find window to the
bind some window positions to the configfile
This commit is contained in:
parent
a3ce8af593
commit
8a9f4e493b
|
@ -41,6 +41,12 @@ extern int frame_display;
|
||||||
extern int input_display;
|
extern int input_display;
|
||||||
extern char *BasicBotDir;
|
extern char *BasicBotDir;
|
||||||
|
|
||||||
|
//window positions:
|
||||||
|
extern int ChtPosX,ChtPosY;
|
||||||
|
extern int DbgPosX,DbgPosY;
|
||||||
|
extern int MemView_wndx, MemView_wndy;
|
||||||
|
extern int MemFind_wndx, MemFind_wndy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Structure that contains configuration information
|
* Structure that contains configuration information
|
||||||
**/
|
**/
|
||||||
|
@ -144,6 +150,16 @@ static CFGSTRUCT fceuconfig[] = {
|
||||||
AC(MemWatchLoadOnStart),
|
AC(MemWatchLoadOnStart),
|
||||||
AC(MemWatchLoadFileOnStart),
|
AC(MemWatchLoadFileOnStart),
|
||||||
|
|
||||||
|
//window positions
|
||||||
|
AC(ChtPosX),
|
||||||
|
AC(ChtPosY),
|
||||||
|
AC(DbgPosX),
|
||||||
|
AC(DbgPosY),
|
||||||
|
AC(MemView_wndx),
|
||||||
|
AC(MemView_wndy),
|
||||||
|
AC(MemFind_wndx),
|
||||||
|
AC(MemFind_wndy),
|
||||||
|
|
||||||
//ACS(memwLastfile[2048]),
|
//ACS(memwLastfile[2048]),
|
||||||
ENDCFGSTRUCT
|
ENDCFGSTRUCT
|
||||||
};
|
};
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -315,7 +315,7 @@
|
||||||
//
|
//
|
||||||
#ifdef APSTUDIO_INVOKED
|
#ifdef APSTUDIO_INVOKED
|
||||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
#define _APS_NEXT_RESOURCE_VALUE 107
|
#define _APS_NEXT_RESOURCE_VALUE 108
|
||||||
#define _APS_NEXT_COMMAND_VALUE 40117
|
#define _APS_NEXT_COMMAND_VALUE 40117
|
||||||
#define _APS_NEXT_CONTROL_VALUE 1129
|
#define _APS_NEXT_CONTROL_VALUE 1129
|
||||||
#define _APS_NEXT_SYMED_VALUE 101
|
#define _APS_NEXT_SYMED_VALUE 101
|
||||||
|
|
Loading…
Reference in New Issue