summaryrefslogtreecommitdiff
path: root/src/code/flg_set.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/flg_set.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/flg_set.c')
-rw-r--r--src/code/flg_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/flg_set.c b/src/code/flg_set.c
index 941c6f803..170d14455 100644
--- a/src/code/flg_set.c
+++ b/src/code/flg_set.c
@@ -1,5 +1,5 @@
#include <global.h>
-#include <PR/os_cont.h>
+#include <ultra64/controller.h>
void FlagSet_Update(GlobalContext* globalCtx) {
static s32 entryIdx = 0;