mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
- Fixed DSB2 music looping.
This commit is contained in:
parent
915a6c5a17
commit
67c1b94b35
|
@ -589,7 +589,7 @@ void CDSB2::WriteMPEGFIFO(UINT8 byte)
|
|||
if (playing)
|
||||
{
|
||||
printf("Setting loop point to %x\n", mpegStart);
|
||||
MPEG_PlayMemory((const char *) &mpegROM[mpegStart], mpegEnd-mpegStart);
|
||||
MPEG_SetLoop((const char *) &mpegROM[mpegStart], mpegEnd-mpegStart);
|
||||
}
|
||||
|
||||
printf("mpegStart=%x\n", mpegStart);
|
||||
|
|
Loading…
Reference in a new issue