re-install the memview (hex editor) find window to the

bind some window positions to the configfile
This commit is contained in:
zeromus 2008-05-18 20:24:31 +00:00
parent a3ce8af593
commit 8a9f4e493b
4 changed files with 823 additions and 790 deletions

View File

@ -41,6 +41,12 @@ extern int frame_display;
extern int input_display;
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
**/
@ -144,6 +150,16 @@ static CFGSTRUCT fceuconfig[] = {
AC(MemWatchLoadOnStart),
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]),
ENDCFGSTRUCT
};

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -315,7 +315,7 @@
//
#ifdef APSTUDIO_INVOKED
#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_CONTROL_VALUE 1129
#define _APS_NEXT_SYMED_VALUE 101