-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
as return value the register order is v1 v0 should modify allegrex.cspec
line 58 like this
<pentry minsize="5" maxsize="8">
<addr space="join" piece1="v1" piece2="v0"/>
</pentry>
and as parameter like SceOff sceIoLseek(SceUID fd, SceOff offset, int whence)
the parameter storage link this
fd a0
offset a3, a2
whence t0
but I don't known how to modify cspec, can use custom storage in edit function
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working