Search found 7 matches

by Mortimus
Tue Jun 10, 2008 3:41 am
Forum: PSP Development
Topic: Hooking Net Functions
Replies: 0
Views: 816

Hooking Net Functions

Is there a reason why the following would not work...
are my arguments wrong? or is there something special u have to do to hook Network functions?

Code: Select all

apiHookByNid("sceNetAdhoc_Library", "sceNetAdhoc", 0xE1D621D7, patchedsceUtilityLoadNetModule);
by Mortimus
Tue Dec 05, 2006 10:30 am
Forum: PSP Development
Topic: psplink compile problems and psptex compile problems...
Replies: 2
Views: 1096

psplink fixed

Ok, well that fixed the psplink issue, anyone have an idea on the psptex issue?
by Mortimus
Mon Dec 04, 2006 11:48 am
Forum: PSP Development
Topic: psplink compile problems and psptex compile problems...
Replies: 2
Views: 1096

psplink compile problems and psptex compile problems...

when i try to compile psplink i get make -C libpsplink all make[1]: Entering directory `/home/mortimus/psplink/libpsplink' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/mortimus/psplink/libpsplink' mak...
by Mortimus
Sat Jan 07, 2006 7:23 am
Forum: PSP Development
Topic: Weird bug
Replies: 6
Views: 2196

ok using that

ok using that method, i don't need that stupid if then for first and 2nd digit.
The first set works fine (the month), but then when it gets to the day, it messes up still, it shows where month should be as "%" and the day as "%" and it doesnt change with button input.
by Mortimus
Sat Jan 07, 2006 7:17 am
Forum: PSP Development
Topic: Weird bug
Replies: 6
Views: 2196

oh thanx

oh thanx, i never have used printf or sprintf before programming for psp, i didn't know that.
by Mortimus
Sat Jan 07, 2006 3:59 am
Forum: PSP Development
Topic: Weird bug
Replies: 6
Views: 2196

y i use my print

im using my print b/c it using a bitmap font, and displays over what I have, its not like the printf that displays debug info.
by Mortimus
Fri Jan 06, 2006 3:37 pm
Forum: PSP Development
Topic: Weird bug
Replies: 6
Views: 2196

Weird bug

When I run this code, the 2nd do while loop, wont show the month from the first do while, instead it just has it act exactly the same as the day variable, and change with each button press with the day. my print function prints the string at x, y using the font image i have. do{ ClearScreen...