handle cleanup properly

This commit is contained in:
RSDuck
2023-04-13 23:38:38 +02:00
parent 7820658e1f
commit ea719ff4a4
2 changed files with 62 additions and 1 deletions

View File

@ -247,6 +247,8 @@ private:
TexCacheEntry& GetTexture(u32 textureParam, u32 paletteParam);
void ResetTexcache();
void SetupAttrs(SpanSetupY* span, Polygon* poly, int from, int to);
void SetupYSpan(int polynum, SpanSetupY* span, Polygon* poly, int from, int to, u32 y, int side);
void SetupYSpanDummy(SpanSetupY* span, Polygon* poly, int vertex, int side);