mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 19:54:17 -05:00
*** empty log message ***
This commit is contained in:
@@ -578,7 +578,7 @@ int SDL_SYS_JoystickInit(void)
|
||||
|
||||
SDL_numjoysticks = 0;
|
||||
|
||||
if (!gpDeviceList)
|
||||
if (gpDeviceList)
|
||||
{
|
||||
SDL_SetError("Joystick: Device list already inited.");
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user