diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-01 23:44:31 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-01 23:44:31 +0000 |
| commit | 32c1c8487ef4a53feb18758fcf598fc42755c898 (patch) | |
| tree | 68ec22d16eaa7d02b752b963c8f4b377f2d82f14 /libpcsxcore/psxcommon.h | |
| parent | bc0941498884c491629ca8ce1f11f135d799d4cf (diff) | |
CPU -> Hide cursor. (Windows);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83295 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxcommon.h')
| -rwxr-xr-x | libpcsxcore/psxcommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index ef891bf3..92110d80 100755 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -151,6 +151,7 @@ typedef struct { boolean UseNet; boolean VSyncWA; boolean Widescreen; + boolean HideCursor; u8 Cpu; // CPU_DYNAREC or CPU_INTERPRETER u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL #ifdef _WIN32 |
