Return to previous page | Return to menu | Go to next page
void
Sound function
Waiting for sound driver function
void slWaitSound(Addr)
void *Addr
Addr Void type address
Wait until the data at the specified address becomes 0.
Indicates that the sound driver has executed the function.
None
Example of use)
slWaitSound (slSndMapChange (0)); / * Wait for the current map to switch * /
slWaitSound