Skip to content

Commit b4bf792

Browse files
committed
Update documentation
1 parent ac8ab50 commit b4bf792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libretro-common/include/libretro.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2579,8 +2579,8 @@ enum retro_mod
25792579
* Returns the audio sample rate the frontend is targeting, in Hz.
25802580
* The intended use case is for the core to use the result to select an ideal sample rate.
25812581
*
2582-
* @param[out] data <tt>float *</tt>.
2583-
* Pointer to the \c float in which the frontend will store its target sample rate.
2582+
* @param[out] data <tt>unsigned *</tt>.
2583+
* Pointer to the \c unsigned integer in which the frontend will store its target sample rate.
25842584
* Behavior is undefined if \c data is <tt>NULL</tt>.
25852585
* @return \c true if this environment call is available,
25862586
* regardless of the value returned in \c data.

0 commit comments

Comments
 (0)