vm::cptr/bcptr/lcptr used widely for const pointers

This commit is contained in:
Nekotekina 2015-06-22 01:27:58 +03:00
parent e896da8064
commit 317417d541
97 changed files with 781 additions and 781 deletions

View file

@ -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__;
}