mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
handle changed VCount+threaded rasteriser more gracefully
This commit is contained in:
@ -97,6 +97,8 @@ extern u16 RenderXPos;
|
||||
extern std::array<Polygon*,2048> RenderPolygonRAM;
|
||||
extern u32 RenderNumPolygons;
|
||||
|
||||
extern bool AbortFrame;
|
||||
|
||||
extern u64 Timestamp;
|
||||
|
||||
bool Init();
|
||||
|
Reference in New Issue
Block a user