summaryrefslogtreecommitdiff
path: root/test/testgamecontroller.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testgamecontroller.c')
-rw-r--r--test/testgamecontroller.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testgamecontroller.c b/test/testgamecontroller.c
index cbdf8c3b14..3d9101ab30 100644
--- a/test/testgamecontroller.c
+++ b/test/testgamecontroller.c
@@ -225,6 +225,8 @@ main(int argc, char *argv[])
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Couldn't initialize SDL: %s\n", SDL_GetError());
return 1;
}
+
+ SDL_GameControllerAddMappingsFromFile("gamecontrollerdb.txt");
/* Print information about the controller */
for (i = 0; i < SDL_NumJoysticks(); ++i) {