From 8350f7b806d612584be1ff56610ef51202965777 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 8 Jan 2019 21:13:36 -0500 Subject: Add SDL2 game controller database file. This will allow for lots of controllers to be automatically mapped correctly without the user having to do anything. * data/gamecontrollerdb.txt: New file. * Makefile.am (dist_pkgdata_DATA): Add it. * chickadee.scm (run-game): Load game controller db file. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 27ef0bb..74f81f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,7 +97,8 @@ EXTRA_DIST += \ examples/maps/example.tmx dist_pkgdata_DATA = \ - data/AUTHORS + data/AUTHORS \ + data/gamecontrollerdb.txt fontsdir = $(pkgdatadir)/fonts dist_fonts_DATA = \ -- cgit v1.2.3