(finally) make the threaded 3D renderer option actually work

This commit is contained in:
StapleButter
2017-06-04 15:55:23 +02:00
parent 568b9fbf49
commit fa2db3826e
3 changed files with 67 additions and 28 deletions

View File

@ -113,6 +113,8 @@ bool Init();
void DeInit();
void Reset();
void SetupRenderThread();
void VCount144();
void RenderFrame();
void RequestLine(int line);