summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_dll.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_dll.h')
-rw-r--r--xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_dll.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_dll.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_dll.h
index 40979e5..478f81b 100644
--- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_dll.h
+++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_dll.h
@@ -59,7 +59,7 @@ GAME_ERROR UnloadGame(void);
59/*! 59/*!
60 * \brief Get timing information about the loaded game 60 * \brief Get timing information about the loaded game
61 * 61 *
62 * \param info The info structure to fill 62 * \param[out] timing_info The info structure to fill
63 * 63 *
64 * \return the error, or GAME_ERROR_NO_ERROR if info was filled 64 * \return the error, or GAME_ERROR_NO_ERROR if info was filled
65 */ 65 */
@@ -176,8 +176,9 @@ bool EnableMouse(bool enable, const game_controller* controller);
176 * \brief Connect/disconnect a controller to a port on the virtual game console 176 * \brief Connect/disconnect a controller to a port on the virtual game console
177 * 177 *
178 * \param connect True to connect a controller, false to disconnect 178 * \param connect True to connect a controller, false to disconnect
179 * \param address The address of the port 179 * \param port_address The address of the port
180 * \param controller The controller info if connecting, or unused if disconnecting 180 * \param controller The controller info if connecting, or unused if disconnecting
181 * \return True if the \p controller was (dis-)connected to the port, false otherwise
181 * 182 *
182 * The address is a string that allows traversal of the controller topology. 183 * The address is a string that allows traversal of the controller topology.
183 * It is formed by alternating port IDs and controller IDs separated by "/". 184 * It is formed by alternating port IDs and controller IDs separated by "/".