diff options
| author | Lucas Shaw <49287729+shawlucas@users.noreply.github.com> | 2020-06-17 04:16:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-17 07:16:30 -0400 |
| commit | b86edcf92c1c6882f0bb9dd051eb6a1b0582de8b (patch) | |
| tree | 1a2405029a7b41cc6420060094dc158b03d2b5a2 /src/code/graph.c | |
| parent | 229e0c8629b5a3c984a8a2c5ed5aba2aa59d32d7 (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/graph.c')
| -rw-r--r-- | src/code/graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index 169134fb1..06b257f78 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -1,7 +1,7 @@ #include <global.h> #include <ultra64/hardware.h> +#include <ultra64/controller.h> #include <vt.h> -#include <PR/os_cont.h> #define GFXPOOL_HEAD_MAGIC 0x1234 #define GFXPOOL_TAIL_MAGIC 0x5678 |
