Win32 - ramwatch saves x,y position, and auto-load & save window position bools. Minor update to help doc.
This commit is contained in:
parent
aafce760d6
commit
327163b60c
|
@ -36,6 +36,7 @@
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "texthook.h"
|
#include "texthook.h"
|
||||||
#include "movieoptions.h"
|
#include "movieoptions.h"
|
||||||
|
#include "ramwatch.h"
|
||||||
|
|
||||||
extern CFGSTRUCT NetplayConfig[];
|
extern CFGSTRUCT NetplayConfig[];
|
||||||
extern CFGSTRUCT InputConfig[];
|
extern CFGSTRUCT InputConfig[];
|
||||||
|
@ -279,6 +280,12 @@ static CFGSTRUCT fceuconfig[] = {
|
||||||
AC(RomFreezeColorG),
|
AC(RomFreezeColorG),
|
||||||
AC(RomFreezeColorB),
|
AC(RomFreezeColorB),
|
||||||
//ACS(memwLastfile[2048]),
|
//ACS(memwLastfile[2048]),
|
||||||
|
|
||||||
|
AC(AutoRWLoad),
|
||||||
|
AC(RWSaveWindowPos),
|
||||||
|
AC(ramw_x),
|
||||||
|
AC(ramw_y),
|
||||||
|
|
||||||
ENDCFGSTRUCT
|
ENDCFGSTRUCT
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue