Win32 - ramwatch saves x,y position, and auto-load & save window position bools. Minor update to help doc.

This commit is contained in:
adelikat 2009-11-01 00:46:21 +00:00
parent aafce760d6
commit 327163b60c
2 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "file.h"
#include "texthook.h"
#include "movieoptions.h"
#include "ramwatch.h"
extern CFGSTRUCT NetplayConfig[];
extern CFGSTRUCT InputConfig[];
@ -279,6 +280,12 @@ static CFGSTRUCT fceuconfig[] = {
AC(RomFreezeColorG),
AC(RomFreezeColorB),
//ACS(memwLastfile[2048]),
AC(AutoRWLoad),
AC(RWSaveWindowPos),
AC(ramw_x),
AC(ramw_y),
ENDCFGSTRUCT
};

Binary file not shown.