mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-01-05 22:42:50 +00:00
Change default controller type for player 1 to 0[build]
This commit is contained in:
parent
e9fd0a71d5
commit
5524ce52e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue