Just wanted to report that people playing XGA on my FMVs on PAL systems are experiencing slow playback

Is this a known bug? Or is there some sort of flag for PAL systems?
Matt
Moderator: Stef
Code: Select all
// define default tempo
if (IS_PALSYSTEM) SND_setMusicTempo_XGM(50);
else SND_setMusicTempo_XGM(60);