Function ctru_sys::ndspSetCallback

source ·
pub unsafe extern "C" fn ndspSetCallback(
    callback: ndspCallback,
    data: *mut c_void
)
Expand description

Sets the sound frame callback.

§Arguments

  • callback - Callback to set.
  • data - User-defined data to pass to the callback.