allow more than 3 mappings per GameInput (but don't show them in

ScreenMapControllers)
This commit is contained in:
Glenn Maynard
2005-02-20 04:53:57 +00:00
parent e9a6b578e3
commit 07f941f734
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
const int NUM_GAME_TO_DEVICE_SLOTS = 3; // three device inputs may map to one game input
const int NUM_GAME_TO_DEVICE_SLOTS = 5; // five device inputs may map to one game input
class InputMapper