mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +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
|
|
@ -14,12 +14,12 @@ s32 sceImeUpdate()
|
|||
throw __FUNCTION__;
|
||||
}
|
||||
|
||||
s32 sceImeSetCaret(vm::ptr<const SceImeCaret> caret)
|
||||
s32 sceImeSetCaret(vm::cptr<SceImeCaret> caret)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
}
|
||||
|
||||
s32 sceImeSetPreeditGeometry(vm::ptr<const SceImePreeditGeometry> preedit)
|
||||
s32 sceImeSetPreeditGeometry(vm::cptr<SceImePreeditGeometry> preedit)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue