Added ndspChnGetFormat (#538)
This commit is contained in:
parent
d0936b879b
commit
0da8705527
@ -100,6 +100,11 @@ void ndspChnSetFormat(int id, u16 format)
|
||||
ndspChn[id].format = format;
|
||||
}
|
||||
|
||||
u16 ndspChnGetFormat(int id)
|
||||
{
|
||||
return ndspChn[id].format;
|
||||
}
|
||||
|
||||
bool ndspChnIsPaused(int id)
|
||||
{
|
||||
return ndspChn[id].paused;
|
||||
|
Loading…
Reference in New Issue
Block a user