Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
j
l
m
p
s
w
Typedefs
Enumerations
Enumerator
c
e
o
t
u
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
m
o
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
▼
Twilight Princess
►
About
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
►
docs
►
include
▼
src
►
amcstubs
►
c
►
d
▼
dolphin
►
ai
►
am
►
amcnotstub
►
amcstubs
►
ar
►
ax
►
axart
►
axfx
►
base
►
card
►
db
►
demo
▼
dsp
►
__dsp.h
►
dsp.c
►
dsp_debug.c
dsp_perf.c
►
dsp_task.c
►
dtk
►
dvd
►
exi
►
fileCache
►
G2D
►
gd
►
gf
►
gx
►
hio
►
mcc
►
mix
►
mtx
►
odemustubs
►
odenotstub
►
os
►
pad
►
perf
►
seq
►
si
►
sp
►
support
►
syn
►
texPalette
►
vi
►
f_ap
►
f_op
►
f_pc
►
JSystem
►
m_Do
►
odemuexi2
►
odenotstub
►
PowerPC_EABI_Support
►
REL
►
SSystem
►
TRK_MINNOW_DOLPHIN
►
Z2AudioLib
►
DynamicLink.cpp
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
__dsp.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_DSP_INTERNAL_H_
2
#define _DOLPHIN_DSP_INTERNAL_H_
3
4
#include <
dolphin/dsp.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
extern
DSPTaskInfo
*
__DSP_first_task
;
11
extern
DSPTaskInfo
*
__DSP_last_task
;
12
extern
DSPTaskInfo
*
__DSP_curr_task
;
13
extern
DSPTaskInfo
*
__DSP_tmp_task
;
14
15
__declspec
(weak)
void
__DSPHandler
(
__OSInterrupt
,
OSContext
*);
16
void
__DSP_exec_task
(
DSPTaskInfo
*,
DSPTaskInfo
*);
17
void
__DSP_boot_task
(
DSPTaskInfo
*);
18
void
__DSP_insert_task
(
DSPTaskInfo
*);
19
void
__DSP_add_task
(
DSPTaskInfo
* task);
20
void
__DSP_remove_task
(
DSPTaskInfo
* task);
21
void
__DSP_debug_printf
(
const
char
* fmt, ...);
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
__OSInterrupt
s16 __OSInterrupt
Definition
OSInterrupt.h:11
__DSP_tmp_task
DSPTaskInfo * __DSP_tmp_task
Definition
dsp_task.c:13
__DSP_insert_task
void __DSP_insert_task(DSPTaskInfo *)
Definition
dsp_task.c:285
__DSP_last_task
DSPTaskInfo * __DSP_last_task
Definition
dsp_task.c:12
__DSP_boot_task
void __DSP_boot_task(DSPTaskInfo *)
Definition
dsp_task.c:227
__declspec
__declspec(weak) void __DSPHandler(__OSInterrupt
Definition
amcnotstub.c:4
__DSP_exec_task
OSContext *void __DSP_exec_task(DSPTaskInfo *, DSPTaskInfo *)
Definition
dsp_task.c:158
__DSP_add_task
void __DSP_add_task(DSPTaskInfo *task)
Definition
dsp_task.c:318
__DSP_remove_task
void __DSP_remove_task(DSPTaskInfo *task)
Definition
dsp_task.c:337
__DSP_first_task
DSPTaskInfo * __DSP_first_task
Definition
dsp_task.c:11
__DSP_curr_task
DSPTaskInfo * __DSP_curr_task
Definition
dsp_task.c:10
__DSP_debug_printf
void __DSP_debug_printf(const char *fmt,...)
Definition
dsp_debug.c:5
dsp.h
__DSPHandler
void __DSPHandler(__OSInterrupt intr, OSContext *context)
Definition
dsp_task.c:17
OSContext
Definition
OSContext.h:137
STRUCT_DSP_TASK
Definition
dsp.h:13
src
dolphin
dsp
__dsp.h
Generated by
1.12.0