From 32c1c8487ef4a53feb18758fcf598fc42755c898 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Fri, 1 Mar 2013 23:44:31 +0000 Subject: CPU -> Hide cursor. (Windows); git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83295 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- win32/gui/plugin.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'win32/gui/plugin.c') 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; } -- cgit v1.2.3