mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-17 01:45:41 +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)
|
if (playing)
|
||||||
{
|
{
|
||||||
printf("Setting loop point to %x\n", mpegStart);
|
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);
|
printf("mpegStart=%x\n", mpegStart);
|
||||||
|
|
Loading…
Reference in a new issue