From 09fb8d84210e82030da89cd9a5793fb6402a971f Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 16 May 2025 17:12:28 -0600 Subject: Add Lywx changes --- src/engine/Matrix.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/Matrix.cpp') diff --git a/src/engine/Matrix.cpp b/src/engine/Matrix.cpp index 1f2301258..44e5f081d 100644 --- a/src/engine/Matrix.cpp +++ b/src/engine/Matrix.cpp @@ -1,6 +1,7 @@ #include #include #include "engine/World.h" +#include "src/port/interpolation/FrameInterpolation.h" extern "C" { #include "common_structs.h" @@ -16,6 +17,7 @@ void AddMatrix(std::vector& stack, Mat4 mtx, s32 flags) { stack.emplace_back(); // Convert to a fixed-point matrix + FrameInterpolation_RecordMatrixMtxFToMtx((MtxF*)mtx, &stack.back()); guMtxF2L(mtx, &stack.back()); // Load the matrix -- cgit v1.2.3