From fe54c1d7cec9be7f3a07a4795a3160dda09baa63 Mon Sep 17 00:00:00 2001 From: mariob92 <21146795-mariob92@users.noreply.gitlab.com> Date: Tue, 15 Oct 2024 10:41:52 +0200 Subject: [PATCH] Merge branch 'master' of https://gitlab.com/banjo.decomp/banjo-kazooie into core1_docu pfsmanager.h was forgotten to merge too --- include/core1/pfsmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core1/pfsmanager.h b/include/core1/pfsmanager.h index f5b3c651..2c82f32a 100644 --- a/include/core1/pfsmanager.h +++ b/include/core1/pfsmanager.h @@ -33,7 +33,7 @@ typedef struct { }Struct_core1_10A00_1; f32 func_8024E420(s32 arg0, s32 arg1, s32 arg2); -void pfsManager_getControllerFaceButtonState(s32 controller_index, s32 dst[6]); +void controller_copyFaceButtons(s32 controller_index, s32 dst[6]); void pfsManager_getFirstControllerFaceButtonState(s32 controller_index, s32 dst[6]); s32 func_8024E5E8(s32 arg0, s32 arg1); s32 func_8024E60C(s32 controller_index, s32 dst[3]);