We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8ab50 commit b4bf792Copy full SHA for b4bf792
libretro-common/include/libretro.h
@@ -2579,8 +2579,8 @@ enum retro_mod
2579
* Returns the audio sample rate the frontend is targeting, in Hz.
2580
* The intended use case is for the core to use the result to select an ideal sample rate.
2581
*
2582
- * @param[out] data <tt>float *</tt>.
2583
- * Pointer to the \c float in which the frontend will store its target sample rate.
+ * @param[out] data <tt>unsigned *</tt>.
+ * Pointer to the \c unsigned integer in which the frontend will store its target sample rate.
2584
* Behavior is undefined if \c data is <tt>NULL</tt>.
2585
* @return \c true if this environment call is available,
2586
* regardless of the value returned in \c data.
0 commit comments