allow more than 3 mappings per GameInput (but don't show them in
ScreenMapControllers)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user