diff options
| author | manuel <manuel@mausz.at> | 2018-10-15 01:14:02 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2018-10-15 01:14:02 +0200 |
| commit | 483c0b88bfc1b798396c31a4dd2f5239399ce59e (patch) | |
| tree | 15cdb27501b1fdf3be79cc66710c4eb853e31c81 /xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_dll.h | |
| parent | 2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a (diff) | |
| download | kodi-pvr-build-483c0b88bfc1b798396c31a4dd2f5239399ce59e.tar.gz kodi-pvr-build-483c0b88bfc1b798396c31a4dd2f5239399ce59e.tar.bz2 kodi-pvr-build-483c0b88bfc1b798396c31a4dd2f5239399ce59e.zip | |
sync with upstream
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.h | 5 |
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 "/". |
