diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2016-11-07 11:16:08 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-11-12 15:52:20 -0800 |
commit | 921862eb77687291739e90f3850f33d7e35e62be (patch) | |
tree | b580cc77f32c570bf528a019c3fe7c28d70e6d32 /Makefile.in | |
parent | 749c685b06c51031aaf4ed1a74ad0bc862cbce87 (diff) |
[controller dialog] Fix skipping buttons due to acceleratomers, buggy triggers, etc.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index f500e9de49..0d70e9b122 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,6 +54,7 @@ DIRECTORY_ARCHIVES=$(VideoPlayer_ARCHIVES) \ xbmc/filesystem/VideoDatabaseDirectory/videodatabasedirectory.a \ xbmc/filesystem/filesystem.a \ xbmc/games/controllers/controllers.a \ + xbmc/games/controllers/dialogs/controllerdialogs.a \ xbmc/games/controllers/guicontrols/controllerguicontrols.a \ xbmc/games/controllers/windows/controllerwindows.a \ xbmc/guilib/guilib.a \ |