summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcommon.h
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-27 17:07:20 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-27 17:07:20 +0000
commit6f5120b6e1f592fb982f4fff4a738e2d3e702772 (patch)
tree5b8410a441162027bc32f88d4fc6d3161a02b69c /libpcsxcore/psxcommon.h
parentf056a3d0aa411aa061e00f4b356d52798e020c1a (diff)
CPU -> Save window position (windows);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86958 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxcommon.h')
-rwxr-xr-xlibpcsxcore/psxcommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h
index 77ec6716..9fc1628b 100755
--- a/libpcsxcore/psxcommon.h
+++ b/libpcsxcore/psxcommon.h
@@ -152,6 +152,8 @@ typedef struct {
boolean VSyncWA;
boolean Widescreen;
boolean HideCursor;
+ boolean SaveWindowPos;
+ s32 WindowPos[2];
u8 Cpu; // CPU_DYNAREC or CPU_INTERPRETER
u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL
#ifdef _WIN32