Add support for SDL_GAMECONTROLLERCONFIG environment variable

This commit is contained in:
Iwan Timmer
2017-06-19 22:44:33 +02:00
parent c23d95f83c
commit 3e2c5b1789
3 changed files with 125 additions and 111 deletions

View File

@@ -47,4 +47,5 @@ struct mapping {
struct mapping* next;
};
struct mapping* mapping_parse(char* mapping);
struct mapping* mapping_load(char* fileName, bool verbose);