mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 00:14:56 +00:00
Some fixes
This commit is contained in:
parent
3aefa2b4e1
commit
6f1e76198a
98 changed files with 2326 additions and 2348 deletions
|
|
@ -6,17 +6,17 @@
|
|||
|
||||
void sceRazorCaptureSetTrigger(u32 frameIndex, vm::cptr<char> captureFilename)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
throw EXCEPTION("");
|
||||
}
|
||||
|
||||
void sceRazorCaptureSetTriggerNextFrame(vm::cptr<char> captureFilename)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
throw EXCEPTION("");
|
||||
}
|
||||
|
||||
bool sceRazorCaptureIsInProgress()
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
throw EXCEPTION("");
|
||||
}
|
||||
|
||||
#define REG_FUNC(nid, name) reg_psv_func(nid, &sceRazorCapture, #name, name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue