summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-11-06 00:29:56 -0300
committerGitHub <noreply@github.com>2021-11-06 00:29:56 -0300
commit278ff4a4b372c7ef6e2ba8b7d114d76adcfbcecc (patch)
treecacd28facfbc84eb8c7b28dfd8a02ec50ef2f17c /src/code
parente70a8fbb992eb05d606406ae70974e56bcf912dc (diff)
`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>
Diffstat (limited to 'src/code')
-rw-r--r--src/code/padmgr.c1
1 files changed, 1 insertions, 0 deletions
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")