mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
hiddbg: fix docstring comment to reflect previous change
This commit is contained in:
parent
1450757005
commit
f8a57e2fe7
@ -402,7 +402,7 @@ Result hiddbgUnsetAllAutoPilotVirtualPadState(void);
|
|||||||
* @brief Initialize Hdls.
|
* @brief Initialize Hdls.
|
||||||
* @note Only available with [7.0.0+].
|
* @note Only available with [7.0.0+].
|
||||||
* @param[out] session_id [13.0.0+] \ref HiddbgHdlsSessionId
|
* @param[out] session_id [13.0.0+] \ref HiddbgHdlsSessionId
|
||||||
* @param[in] buffer An existing buffer to be used as transfer memory. If null a new transfer memory will be created.
|
* @param[in] buffer An existing buffer to be used as transfer memory.
|
||||||
* @param[in] size Size of the supplied buffer.
|
* @param[in] size Size of the supplied buffer.
|
||||||
*/
|
*/
|
||||||
Result hiddbgAttachHdlsWorkBuffer(HiddbgHdlsSessionId *session_id, void *buffer, size_t size);
|
Result hiddbgAttachHdlsWorkBuffer(HiddbgHdlsSessionId *session_id, void *buffer, size_t size);
|
||||||
|
Loading…
Reference in New Issue
Block a user