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
@@ -17,8 +17,8 @@
#include "../include/utils/debug.hpp"
const u32 VU1_PACKAGE_VERTS_PER_BUFF = 96; // Remember to modify buffer size in vu1 also
const u32 VU1_PACKAGES_PER_PACKET = 6;
const u32 VU1_PACKET_SIZE = 128;
const u32 VU1_PACKAGES_PER_PACKET = 9;
const u32 VU1_PACKET_SIZE = 256; // should be 128, but 256 is more safe for future
// ----
// Constructors/Destructors