Search found 7 matches

by cyanide
Fri Oct 12, 2007 4:14 pm
Forum: PSP Development
Topic: Got The code... Cant compile it!
Replies: 12
Views: 8550

bastard edited it out. thank the internet, here's the code again. #include <pspkernel.h> #include <pspctrl.h> #include <stdio.h> #include <string.h> #include <pspmodulemgr.h> PSP_MODULE_INFO&#40;"Test PRX", 0x1000, 1, 1&#41;; int main&#40;int argc, char **argv&#41; &#12...
by cyanide
Sat Dec 17, 2005 4:56 pm
Forum: PSP Development
Topic: displaying and checking psp's mac address
Replies: 14
Views: 3995

im only concerned about the beta version...
i will be giving out the source with the final version...

there are a few homebrew scene bitches...
i dont want them stealing my code...
by cyanide
Sat Dec 17, 2005 4:37 pm
Forum: PSP Development
Topic: displaying and checking psp's mac address
Replies: 14
Views: 3995

not if its encrypted ;)
by cyanide
Thu Dec 15, 2005 9:11 pm
Forum: PSP Development
Topic: displaying and checking psp's mac address
Replies: 14
Views: 3995

thanks, ill try it out later and tell you...

edit:
it works !!! it works !!!

thanks man...

i owe you one...
by cyanide
Thu Dec 15, 2005 3:23 pm
Forum: PSP Development
Topic: displaying and checking psp's mac address
Replies: 14
Views: 3995

lol, i know how to check the mac address directly... its just that im making an application and right now, i wanted to release betas which were locked to a particular mac address, so that even if they got leaked, they wouldnt be useful to anyone... heres the code i used to retrieve my mac address: c...
by cyanide
Thu Dec 15, 2005 4:51 am
Forum: PSP Development
Topic: displaying and checking psp's mac address
Replies: 14
Views: 3995

displaying and checking psp's mac address

ok, using a sample i found in the latest toolchain, i managed to get the mac address displayed on my psp... what i wanted to know is how to check that mac address against a specified one... i know its possible, its just that my programming skills arent very much 1337... can someone write a sample co...
by cyanide
Mon Sep 26, 2005 1:22 pm
Forum: PSP Development
Topic: Need help with SIRCS
Replies: 1
Views: 1117

Need help with SIRCS

hi guys, im making an ir remote app. im using the ir codes from www.lirc.org/remotes though the problem is that if i send "bits" as anything other than 12,15,20 the app gives me an error (though, not during compiling)... the error is something like this: sircsSend returned -1 is there a wo...