Return to previous page | Return to menu | Go to next page


void
Sound function

slWaitSound

Waiting for sound driver function

Format

void slWaitSound(Addr)
void *Addr

Parameter

Addr Void type address

Function

Wait until the data at the specified address becomes 0.
Indicates that the sound driver has executed the function.

Return value

None

Remarks

Example of use)
slWaitSound (slSndMapChange (0)); / * Wait for the current map to switch * /

slWaitSound


Return to previous page | Return to menu | Go to next page