diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2024-01-08 21:38:57 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2024-01-17 15:28:01 -0800 |
commit | 67d10230fadecb740141d6c156c2e02fd746174a (patch) | |
tree | 93dd0501675b254a57bc286546d9b81b6339f38d /cmake | |
parent | bb1a8618d36b1b021afa2e4f867d30e8e39e26c0 (diff) |
[Peripherals] Add default buttonmaps for keyboard/mouse
Used as a fallback in case the joystick add-on isn't available.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/treedata/common/tests.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/treedata/common/tests.txt b/cmake/treedata/common/tests.txt index b185a57fd2..74b894b43c 100644 --- a/cmake/treedata/common/tests.txt +++ b/cmake/treedata/common/tests.txt @@ -4,6 +4,7 @@ xbmc/cores/AudioEngine/Sinks/test test/audioengine_sinks xbmc/cores/VideoPlayer/test/edl test/edl xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/test test/videoshaders xbmc/filesystem/test test/filesystem +xbmc/games/controllers/input/test test/games/controllers/input xbmc/interfaces/python/test test/python xbmc/music/tags/test test/music_tags xbmc/network/test test/network |