Some fixes

This commit is contained in:
Nekotekina 2015-07-01 20:09:26 +03:00
parent 3aefa2b4e1
commit 6f1e76198a
98 changed files with 2326 additions and 2348 deletions

View file

@ -6,17 +6,17 @@
s32 sceAudioInOpenPort(s32 portType, s32 grain, s32 freq, s32 param)
{
throw __FUNCTION__;
throw EXCEPTION("");
}
s32 sceAudioInReleasePort(s32 port)
{
throw __FUNCTION__;
throw EXCEPTION("");
}
s32 sceAudioInInput(s32 port, vm::ptr<void> destPtr)
{
throw __FUNCTION__;
throw EXCEPTION("");
}