mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
CMS50I session select test 8
This commit is contained in:
parent
a15f9851e8
commit
40012c32e7
@ -384,8 +384,8 @@ void CMS50F37Loader::processBytes(QByteArray bytes)
|
||||
case 0x08: // 8,80,80,80,a4,81,80,80 // 00, 00, 24, 01, 00, 00
|
||||
// duration
|
||||
duration = ((buffer.at(idx+1) & 0x4) << 5);
|
||||
duration |= buffer.at(idx+5);
|
||||
duration |= buffer.at(idx+6) << 8;
|
||||
duration |= buffer.at(idx+4);
|
||||
duration |= buffer.at(idx+5) << 8;
|
||||
break;
|
||||
|
||||
// COMMAND_GET_SESSION_COUNT
|
||||
|
Loading…
Reference in New Issue
Block a user