diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2024-01-06 20:05:31 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2024-01-21 18:32:14 -0800 |
commit | c5d225c5390640bb7d80f3ac6b72d4aaa0638727 (patch) | |
tree | 325d7253275966e904e5a5559537a612299c4953 /cmake | |
parent | 0d57b142314e765d623b56afcfc5666fd7ff2321 (diff) |
Game API v3.0.1: Begin port address with a /
This matches the current implementation with the latest documentation.
Before:
1
1/game.controller.multitap/2
After:
/1
/1/game.controller.multitap/2
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 74b894b43c..e0dbb96337 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/addons/input/test test/games/addons/input xbmc/games/controllers/input/test test/games/controllers/input xbmc/interfaces/python/test test/python xbmc/music/tags/test test/music_tags |