CPU/PGXP: Reduce vertex cache memory

This commit is contained in:
Stenzek
2024-05-25 02:06:40 +10:00
parent b4df9d3876
commit 22c76d43c3
3 changed files with 22 additions and 29 deletions

View File

@ -12,7 +12,7 @@ void Shutdown();
// -- GTE functions
// Transforms
void GTE_PushSXYZ2f(float x, float y, float z, u32 v);
void GTE_RTPS(float x, float y, float z, u32 value);
int GTE_NCLIP_valid(u32 sxy0, u32 sxy1, u32 sxy2);
float GTE_NCLIP();