From 278ff4a4b372c7ef6e2ba8b7d114d76adcfbcecc Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Sat, 6 Nov 2021 00:29:56 -0300 Subject: `motor.c` OK (#397) * use motor in the spec * import bss * Delete viextendvstart.c * rename functions * move stuff and format * remove globals.h and ultra64.h * Update src/libultra/io/motor.c Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> * add motor.h to padmgr * fix Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> --- src/code/padmgr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/code/padmgr.c') diff --git a/src/code/padmgr.c b/src/code/padmgr.c index a8ef1db15..0d539126a 100644 --- a/src/code/padmgr.c +++ b/src/code/padmgr.c @@ -1,4 +1,5 @@ #include "global.h" +#include "ultra64/motor.h" #pragma GLOBAL_ASM("asm/non_matchings/code/padmgr/Padmgr_GetControllerBitmask.s") -- cgit v1.2.3