Replace mappings with SDL compataible mappings

This commit is contained in:
Iwan Timmer
2017-04-08 16:00:50 +02:00
parent 1d7c2be7e2
commit 76ff931edc
10 changed files with 160 additions and 223 deletions

View File

@@ -305,7 +305,7 @@ void config_parse(int argc, char* argv[], PCONFIGURATION config) {
config->codec = CODEC_UNSPECIFIED;
config->inputsCount = 0;
config->mapping = get_path("mappings/default.conf", getenv("XDG_DATA_DIRS"));
config->mapping = get_path("gamecontrollerdb.txt", getenv("XDG_DATA_DIRS"));
config->key_dir[0] = 0;
char* config_file = get_path("moonlight.conf", "/etc");