GCN image generation fixes

This commit is contained in:
Jack Andersen
2016-01-21 10:46:07 -10:00
parent fafff92874
commit 3fab04ff1a
3 changed files with 8 additions and 2 deletions

View File

@@ -165,6 +165,7 @@ public:
size_t fstSz = sizeof(FSTNode) * m_buildNodes.size();
for (size_t i=0 ; i<fstOff-xferSz ; ++i)
ws->write("\xff", 1);
fstOff += 0x2440;
ws->write(m_buildNodes.data(), fstSz);
for (const std::string& str : m_buildNames)
ws->write(str.data(), str.size()+1);