mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Improve PICT compatibility, add batch mode to gpr2gpa
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user