diff --git a/Source/Plugins/Plugin_PadSimple/Src/main.cpp b/Source/Plugins/Plugin_PadSimple/Src/main.cpp index 7c1e042ec8..9728a7b4d3 100644 --- a/Source/Plugins/Plugin_PadSimple/Src/main.cpp +++ b/Source/Plugins/Plugin_PadSimple/Src/main.cpp @@ -218,6 +218,8 @@ void DllAbout(HWND _hParent) aboutDlg.DoModal(_hParent); #endif } + +#ifndef _WIN32 void SDL_Inputinit() { if ( SDL_Init(SDL_INIT_JOYSTICK) < 0 ) @@ -243,9 +245,8 @@ void SDL_Inputinit() } else printf("Couldn't open Joystick 0\n"); - - } +#endif void DllConfig(HWND _hParent) {