tweaked vu1 packets a bit

This commit is contained in:
h4570
2020-12-24 13:08:03 +01:00
parent b4fe16dccc
commit c0ece7206c
3 changed files with 28 additions and 24 deletions
+2 -2
View File
@@ -134,8 +134,8 @@ private:
VifSender *vifSender;
packet2_t *flipPacket;
color_t worldColor;
void allocateBuffers(float t_screenW, float t_screenH);
void initDrawingEnv(float t_screenW, float t_screenH);
void allocateBuffers(int t_screenW, int t_screenH);
void initDrawingEnv();
void setPrim();
};