mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Some fixes
This commit is contained in:
parent
3aefa2b4e1
commit
6f1e76198a
98 changed files with 2326 additions and 2348 deletions
|
|
@ -6,22 +6,22 @@
|
|||
|
||||
s32 sceCodecEnginePmonStart()
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
throw EXCEPTION("");
|
||||
}
|
||||
|
||||
s32 sceCodecEnginePmonStop()
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
throw EXCEPTION("");
|
||||
}
|
||||
|
||||
s32 sceCodecEnginePmonGetProcessorLoad(vm::ptr<SceCodecEnginePmonProcessorLoad> pProcessorLoad)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
throw EXCEPTION("");
|
||||
}
|
||||
|
||||
s32 sceCodecEnginePmonReset()
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
throw EXCEPTION("");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue