Improve PICT compatibility, add batch mode to gpr2gpa

This commit is contained in:
elasota
2020-05-17 17:54:58 -04:00
parent 35308e41f3
commit 153213e079
19 changed files with 870 additions and 158 deletions

View File

@@ -1017,6 +1017,11 @@ public:
m_outputIndexStart = firstRow * m_width + firstCol;
}
bool EmitQTContent(IOStream *stream, uint32_t dataSize, bool isCompressed) override
{
return false;
}
void BlitScanlineAndAdvance(const void *data) override
{