mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
PSV modules refactoring
This commit is contained in:
parent
8229c0ed3d
commit
bc9481db1b
129 changed files with 5000 additions and 4588 deletions
|
|
@ -2,14 +2,14 @@
|
|||
#include "Emu/System.h"
|
||||
#include "Emu/ARMv7/PSVFuncList.h"
|
||||
|
||||
extern psv_log_base sceRazorCapture;
|
||||
#include "sceRazorCapture.h"
|
||||
|
||||
void sceRazorCaptureSetTrigger(u32 frameIndex, vm::psv::ptr<const char> captureFilename)
|
||||
void sceRazorCaptureSetTrigger(u32 frameIndex, vm::ptr<const char> captureFilename)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
}
|
||||
|
||||
void sceRazorCaptureSetTriggerNextFrame(vm::psv::ptr<const char> captureFilename)
|
||||
void sceRazorCaptureSetTriggerNextFrame(vm::ptr<const char> captureFilename)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
}
|
||||
|
|
@ -26,6 +26,7 @@ psv_log_base sceRazorCapture("SceRazorCapture", []()
|
|||
sceRazorCapture.on_load = nullptr;
|
||||
sceRazorCapture.on_unload = nullptr;
|
||||
sceRazorCapture.on_stop = nullptr;
|
||||
sceRazorCapture.on_error = nullptr;
|
||||
|
||||
REG_FUNC(0x911E0AA0, sceRazorCaptureIsInProgress);
|
||||
REG_FUNC(0xE916B538, sceRazorCaptureSetTrigger);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue