clean up some shit. make framebuffer access less weird.

This commit is contained in:
StapleButter
2017-06-03 22:10:32 +02:00
parent d81b68b16b
commit 64a447bb7c
3 changed files with 50 additions and 75 deletions

View File

@ -114,7 +114,7 @@ void DeInit();
void Reset();
void VCount144();
void RenderFrame(Vertex* vertices, Polygon* polygons, int npolys);
void RenderFrame();
void RequestLine(int line);
u32* GetLine(int line);