aboutsummaryrefslogtreecommitdiff
path: root/GPU3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU3D.h')
-rw-r--r--GPU3D.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/GPU3D.h b/GPU3D.h
index d65fa9a..d9e7e1a 100644
--- a/GPU3D.h
+++ b/GPU3D.h
@@ -36,6 +36,8 @@ typedef struct
} Polygon;
+extern s32 Viewport[4];
+
bool Init();
void DeInit();
void Reset();
@@ -45,6 +47,7 @@ void CheckFIFOIRQ();
void CheckFIFODMA();
void VBlank();
+u8* GetLine(int line);
u8 Read8(u32 addr);
u16 Read16(u32 addr);
@@ -61,6 +64,7 @@ void DeInit();
void Reset();
void RenderFrame(Vertex* vertices, Polygon* polygons, int npolys);
+u8* GetLine(int line);
}