summaryrefslogtreecommitdiff
path: root/src/code/z_parameter.c
diff options
context:
space:
mode:
authorLucas Shaw <49287729+shawlucas@users.noreply.github.com>2020-06-17 04:16:30 -0700
committerGitHub <noreply@github.com>2020-06-17 07:16:30 -0400
commitb86edcf92c1c6882f0bb9dd051eb6a1b0582de8b (patch)
tree1a2405029a7b41cc6420060094dc158b03d2b5a2 /src/code/z_parameter.c
parent229e0c8629b5a3c984a8a2c5ed5aba2aa59d32d7 (diff)
Matched some controller files (#178)
* osPfsIsPlug.c and osContSetCh.c OK * update * __osPfsGetStatus.c OK * removed unused asm * Updated all libultra controller files to use new structs instead of the temporary structs. Added os_pfs.h * controller updates * fixed header guard * Made suggested changes
Diffstat (limited to 'src/code/z_parameter.c')
-rw-r--r--src/code/z_parameter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c
index c47971f4e..4caee3394 100644
--- a/src/code/z_parameter.c
+++ b/src/code/z_parameter.c
@@ -1,7 +1,7 @@
#include <ultra64.h>
+#include <ultra64/controller.h>
#include <global.h>
#include <vt.h>
-#include <PR/os_cont.h>
typedef struct {
/* 0x00 */ u8 scene;