From 6f5120b6e1f592fb982f4fff4a738e2d3e702772 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Tue, 27 Aug 2013 17:07:20 +0000 Subject: CPU -> Save window position (windows); git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86958 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/psxcommon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpcsxcore') 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 -- cgit v1.2.3