SFX over VGM
Posted: Sat Feb 08, 2014 2:22 pm
Is it possible to play 2612 sound effects over VGM?
If so, what is the best way to do this?
If so, what is the best way to do this?
Code: Select all
WAV mysfx_var "sfx.wav" 4
Code: Select all
SND_playSfx_VGM((u32) mysfx_var, sizeof(mysfx_var));