From 44132ee370c1c01ae4771ef057b2d2b17b165ed9 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Mon, 23 Feb 2026 04:18:10 -0300 Subject: [PATCH] prototype for should_interpolate_perspective --- include/functions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions.h b/include/functions.h index b85f8490..a7217af0 100644 --- a/include/functions.h +++ b/include/functions.h @@ -513,5 +513,6 @@ void gSPDisplayList(Gfx* pkt, Gfx* dl); void gSPDisplayListOffset(Gfx* pkt, Gfx* dl, int offset); void gSPVertex(Gfx* pkt, uintptr_t v, int n, int v0); void gSPInvalidateTexCache(Gfx* pkt, uintptr_t texAddr); +bool should_interpolate_perspective(Vec3f* eye, Vec3f* at); #endif