mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-09 17:36:11 +00:00
Replace mappings with SDL compataible mappings
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user