diff --git a/src/pc/controller/controller_system.c b/src/pc/controller/controller_system.c index ab8565150..729c5709d 100644 --- a/src/pc/controller/controller_system.c +++ b/src/pc/controller/controller_system.c @@ -23,7 +23,7 @@ struct ControllerInfo *gReadingController = NULL; struct ControllerInfo gPlayerControllerInfos[POSSIBLE_NUM_PLAYERS] = {{ .index = 0, - .type = 1, // Make player 1 the keyboard by default + .type = 0, .connected = true }};