Does this fix fps for anyone?

This commit is contained in:
MelonSpeedruns
2026-04-07 16:59:19 -04:00
parent 2b45b01fcc
commit 67b23f3b13
2 changed files with 4 additions and 9 deletions
+4
View File
@@ -542,6 +542,10 @@ void renderingAmap_c::rendering(dDrawPath_c::poly_class const* i_poly) {
bool renderingAmap_c::isDrawOutSideTrim() {
bool rt = false;
#if TARGET_PC
return 0;
#endif
if (getDispType() == 0 || getDispType() == 4 || getDispType() == 3 || getDispType() == 2 ||
getDispType() == 5)
{