retheme ramgen/asxgen

This commit is contained in:
zefie
2026-04-26 16:51:31 -04:00
parent 14ab33026e
commit 85a467ea92
7 changed files with 84 additions and 15 deletions

View File

@@ -1879,7 +1879,7 @@ class WTVMMS {
buf.writeUInt32LE(0x00000000, 16); // failedCubs
buf.writeUInt32LE(0x00000001, 20); // nDisks
buf.writeUInt32LE(0x00000000, 24); // decluster
buf.writeUInt32LE(0x00000000, 28); // cubddDatagramSize
buf.writeUInt32LE((session.isCubddTransport) ? session.asfPacketSize + 8 : 0x00000000, 28); // cubddDatagramSize
return buf;
}