migrated gif_sender to spacket

This commit is contained in:
h4570
2020-11-16 23:15:07 +01:00
parent 7e442bcf5c
commit 00c171d6b9
4 changed files with 51 additions and 73 deletions
+2 -5
View File
@@ -16,7 +16,6 @@
#include <draw_types.h>
#include <draw_primitives.h>
#include <math3d.h>
#include <packet.h>
#include <spacket.h>
#include "../models/mesh.hpp"
#include "../models/math/matrix.hpp"
@@ -46,10 +45,8 @@ private:
texel_t *st;
u8 isAnyObjectAdded;
ScreenSettings *screen;
u64 *dw;
qword_t *q, *dmatag;
packet_t *packets[2];
packet_t *currentPacket;
spacket_t *packets[2];
spacket_t *currentPacket;
u8 packetsCount;
int packetSize;
float halfScreenW, halfScreenH;
-1
View File
@@ -13,7 +13,6 @@
#include <draw_buffers.h>
#include <draw_primitives.h>
#include <packet.h>
#include <spacket.h>
#include "gif_sender.hpp"
#include "vif_sender.hpp"