handle changed VCount+threaded rasteriser more gracefully

This commit is contained in:
RSDuck
2021-08-04 14:21:45 +02:00
parent f86ba0fcb3
commit f792d3e6a1
3 changed files with 39 additions and 17 deletions

View File

@ -97,6 +97,8 @@ extern u16 RenderXPos;
extern std::array<Polygon*,2048> RenderPolygonRAM;
extern u32 RenderNumPolygons;
extern bool AbortFrame;
extern u64 Timestamp;
bool Init();