mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Change HACK to UNIMPL in sceAudio
This commit is contained in:
parent
be167141dd
commit
eff0f8663f
1 changed files with 3 additions and 3 deletions
|
@ -21,19 +21,19 @@
|
|||
|
||||
void sceVaudioOutputBlockingFunction()
|
||||
{
|
||||
WARN_LOG(HLE, "HACK sceVaudioOutputBlockingFunction(...)");
|
||||
WARN_LOG(HLE, "UNIMPL sceVaudioOutputBlockingFunction(...)");
|
||||
RETURN(0);
|
||||
}
|
||||
|
||||
void sceVaudioChReserveFunction()
|
||||
{
|
||||
WARN_LOG(HLE, "HACK sceVaudioChReserveFunction(...)");
|
||||
WARN_LOG(HLE, "UNIMPL sceVaudioChReserveFunction(...)");
|
||||
RETURN(0);
|
||||
}
|
||||
|
||||
void sceVaudioChReleaseFunction()
|
||||
{
|
||||
WARN_LOG(HLE, "HACK sceVaudioChReleaseFunction(...)");
|
||||
WARN_LOG(HLE, "UNIMPL sceVaudioChReleaseFunction(...)");
|
||||
RETURN(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue