From 851e860b527b49cc0cc6700e827c65bdd361e794 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 1 Apr 2007 22:22:05 +0000 Subject: [PATCH] more recent MS Windows systems reportedly support more than two joysticks, so we need to rely on plib to tell us --- src/Input/input.hxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Input/input.hxx b/src/Input/input.hxx index ca15e458d..7a981b0fa 100644 --- a/src/Input/input.hxx +++ b/src/Input/input.hxx @@ -151,12 +151,7 @@ private: enum { MAX_KEYS = 1024, - - #ifdef WIN32 - MAX_JOYSTICKS = 2, - #else MAX_JOYSTICKS = 10, - #endif MAX_JOYSTICK_AXES = _JS_MAX_AXES, MAX_JOYSTICK_BUTTONS = 32,