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/plugin.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/plugin.c')
| -rwxr-xr-x | win32/gui/plugin.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c index 35b14acf..12cad204 100755 --- a/win32/gui/plugin.c +++ b/win32/gui/plugin.c @@ -297,7 +297,9 @@ int _OpenPlugins(HWND hWnd) { #endif SetCurrentDirectory(PcsxrDir); - ShowCursor(FALSE); + + if(Config.HideCursor) + ShowCursor(FALSE); return 0; } |
