Fix minor typo
This commit is contained in:
parent
d5f35642cb
commit
e9127140de
@ -328,7 +328,7 @@ Init () {
|
|||||||
if (taikoController) {
|
if (taikoController) {
|
||||||
useTaikoController = readConfigBool (taikoController, "analog", useTaikoController);
|
useTaikoController = readConfigBool (taikoController, "analog", useTaikoController);
|
||||||
if (useTaikoController) {
|
if (useTaikoController) {
|
||||||
printf("Using analog input mode. All other input has been disabled.\n");
|
printf("Using analog input mode. All the keyboard drum inputs have been disabled.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
toml_free (config);
|
toml_free (config);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user