mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
vm::cptr/bcptr/lcptr used widely for const pointers
This commit is contained in:
parent
e896da8064
commit
317417d541
97 changed files with 781 additions and 781 deletions
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
#include "sceRazorCapture.h"
|
||||
|
||||
void sceRazorCaptureSetTrigger(u32 frameIndex, vm::ptr<const char> captureFilename)
|
||||
void sceRazorCaptureSetTrigger(u32 frameIndex, vm::cptr<char> captureFilename)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
}
|
||||
|
||||
void sceRazorCaptureSetTriggerNextFrame(vm::ptr<const char> captureFilename)
|
||||
void sceRazorCaptureSetTriggerNextFrame(vm::cptr<char> captureFilename)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue