diff options
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; } |
