mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 15:25:35 +00:00
Ignore CRCs in SDL mappings
This commit is contained in:
parent
fc904d2dac
commit
2f03600bae
@ -152,6 +152,8 @@ struct mapping* mapping_parse(char* mapping) {
|
||||
map->hat_dpdown = int_value;
|
||||
map->hat_dir_dpdown = direction_value;
|
||||
}
|
||||
} else if (strcmp("crc", key) == 0) {
|
||||
/* CRC is not supported */
|
||||
} else
|
||||
fprintf(stderr, "Can't map (%s)\n", option);
|
||||
} else if (ret == 0 && option[0] != '\n')
|
||||
|
Loading…
x
Reference in New Issue
Block a user