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

@ -794,7 +794,7 @@ void GTE::RTPS(const s16 V[3], u8 shift, bool lm, bool last)
precise_x = std::clamp<float>(precise_x, -1024.0f, 1023.0f);
precise_y = std::clamp<float>(precise_y, -1024.0f, 1023.0f);
CPU::PGXP::GTE_PushSXYZ2f(precise_x, precise_y, precise_z, REGS.dr32[14]);
CPU::PGXP::GTE_RTPS(precise_x, precise_y, precise_z, REGS.dr32[14]);
}
if (last)