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 /win32/gui/ConfigurePlugins.c | |
| parent | bc0941498884c491629ca8ce1f11f135d799d4cf (diff) | |
| download | pcsxr-32c1c8487ef4a53feb18758fcf598fc42755c898.tar.gz | |
CPU -> Hide cursor. (Windows);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83295 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/gui/ConfigurePlugins.c')
| -rwxr-xr-x | win32/gui/ConfigurePlugins.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/gui/ConfigurePlugins.c b/win32/gui/ConfigurePlugins.c index ac578a2b..7c740e25 100755 --- a/win32/gui/ConfigurePlugins.c +++ b/win32/gui/ConfigurePlugins.c @@ -82,6 +82,7 @@ int LoadConfig() { QueryKeyV("RCntFix", Conf->RCntFix); QueryKeyV("VSyncWA", Conf->VSyncWA); QueryKeyV("Widescreen", Conf->Widescreen); + QueryKeyV("HideCursor", Conf->HideCursor); QueryKeyV("Cpu", Conf->Cpu); QueryKeyV("PsxType", Conf->PsxType); @@ -135,6 +136,7 @@ void SaveConfig() { SetKeyV("RCntFix", Conf->RCntFix); SetKeyV("VSyncWA", Conf->VSyncWA); SetKeyV("Widescreen", Conf->Widescreen); + SetKeyV("HideCursor", Conf->HideCursor); SetKeyV("Cpu", Conf->Cpu); SetKeyV("PsxType", Conf->PsxType); |
