summaryrefslogtreecommitdiffstats
path: root/xbmc/input
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2017-07-23 16:59:43 +0200
committermanuel <manuel@mausz.at>2017-07-23 16:59:43 +0200
commit4c3251ec645c8b71820dab7e51e612e5919d4e75 (patch)
tree9533268a93e58fc2e16de1b8ee3fafe3784e5225 /xbmc/input
parentf44ecaa4f27e7538ddcad66d40e543bffa2d2d86 (diff)
downloadkodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.tar.gz
kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.tar.bz2
kodi-pvr-build-4c3251ec645c8b71820dab7e51e612e5919d4e75.zip
sync with upstream
Diffstat (limited to 'xbmc/input')
-rw-r--r--xbmc/input/ActionIDs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/input/ActionIDs.h b/xbmc/input/ActionIDs.h
index ce77ce0..14b8927 100644
--- a/xbmc/input/ActionIDs.h
+++ b/xbmc/input/ActionIDs.h
@@ -272,6 +272,8 @@
272#define ACTION_VOLUME_SET 245 272#define ACTION_VOLUME_SET 245
273#define ACTION_TOGGLE_COMMSKIP 246 273#define ACTION_TOGGLE_COMMSKIP 246
274 274
275#define ACTION_PLAYER_RESET 248 //!< Send a reset command to the active game
276
275// Voice actions 277// Voice actions
276#define ACTION_VOICE_RECOGNIZE 300 278#define ACTION_VOICE_RECOGNIZE 300
277 279