summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2020-05-11 01:04:41 +0100
committerGitHub <noreply@github.com>2020-05-10 20:04:41 -0400
commit74a654ecae4359177cee27d1fb83373aae8b1524 (patch)
tree1a1ef0f02397a632c1cda8025facd33995b7f665 /src/code/graph.c
parent8e7ca2d497d41c00871de43b00bdf6e2380c70b1 (diff)
Decompile audioMgr (#124)
* Decompile most of AudioMgr * Decompile most of audioMgr * Decompile audioMgr * Remove commented out rodata from spec * Small cleanup * Last function OK, renamed functions and removed asm * Remove sched.h and audiomgr.h and include contents in z64.h * Un-comment prototypes in functions.h Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Remove prototypes from audioMgr.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index 68fccaca6..3071fa3a2 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -1,6 +1,5 @@
#include <global.h>
#include <ultra64/hardware.h>
-#include <sched.h>
#include <vt.h>
#include <PR/os_cont.h>