From 91d1e2d2722814e91c249819df9589294ce503a8 Mon Sep 17 00:00:00 2001 From: Dario Date: Wed, 28 Jan 2026 18:24:19 -0300 Subject: [PATCH] Add missing extern for high poly Banjo patch. --- patches/lod_patches.c | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/lod_patches.c b/patches/lod_patches.c index a097bdf..c6ca24f 100644 --- a/patches/lod_patches.c +++ b/patches/lod_patches.c @@ -14,6 +14,7 @@ typedef struct { extern f32 D_80383C98[3]; extern void func_80339124(Gfx **gfx, Mtx **mtx, BKGeoList *geo_list); extern float gu_sqrtf(float val); +extern enum transformation_e bsStoredState_getTransformation(void); // @recomp Patched to force all LODs to act as if they were a fixed distance from the camera. RECOMP_PATCH void func_80338B50(Gfx **gfx, Mtx **mtx, void *arg2) {