mirror of
https://github.com/libretro/Play-.git
synced 2025-01-25 10:37:56 +00:00
git-svn-id: http://svn.purei.org/purei/trunk@359 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
dd30744575
commit
9efcdbc0b6
@ -628,6 +628,11 @@ void CSpu::CSampleReader::UnpackSamples(int16* dst)
|
||||
}
|
||||
}
|
||||
|
||||
if(flags & 0x04)
|
||||
{
|
||||
m_repeat = m_nextSample;
|
||||
}
|
||||
|
||||
m_nextSample += 0x10;
|
||||
|
||||
if(flags & 0x01)
|
||||
|
Loading…
x
Reference in New Issue
Block a user