diff options
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r-- | src/GPU3D.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h index 7b822b8..482fc1f 100644 --- a/src/GPU3D.h +++ b/src/GPU3D.h @@ -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); |