fixed compiling for windows... Please remove the SDL stuff from this plugin. Port njoy to linux (write your own GUI or disable the GUI)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@58 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc 2008-07-22 16:50:29 +00:00
parent 7f95ad831f
commit 5f7f75ea2e

View File

@ -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)
{