Search found 409 matches

by Pirata Nervo
Thu Apr 16, 2009 12:34 am
Forum: PSP Development
Topic: Easy Hooking Example - User & Kernel
Replies: 8
Views: 6461

Thanks a lot :)
by Pirata Nervo
Mon Apr 06, 2009 9:43 pm
Forum: PSP Development
Topic: OpenAL
Replies: 12
Views: 5740

Thanks for sharing :)
by Pirata Nervo
Mon Mar 09, 2009 2:36 am
Forum: PSP Development
Topic: Hooks?
Replies: 12
Views: 4124

Thank you very much hlide and Torch :)
by Pirata Nervo
Mon Mar 09, 2009 2:30 am
Forum: PSP Development
Topic: Recovery settings
Replies: 17
Views: 4613

It probably changes things in memory too.
by Pirata Nervo
Sun Mar 08, 2009 6:24 am
Forum: PSP Development
Topic: How to use the "sceI2cMasterTransmit" function in
Replies: 7
Views: 2678

That means the library was is not linked. So you must load the .prx file that has sceI2cMasterTransmit() to be able to run that function
by Pirata Nervo
Sun Mar 08, 2009 6:23 am
Forum: PSP Development
Topic: Hooks?
Replies: 12
Views: 4124

@Torch, is assembly the only way to do it?
by Pirata Nervo
Fri Mar 06, 2009 8:55 am
Forum: PSP Development
Topic: LTE in C?
Replies: 8
Views: 3309

Are you answering your own question? :P
by Pirata Nervo
Mon Feb 09, 2009 3:20 am
Forum: PSP Development
Topic: a new sample to decode all psp supported MP4AVC
Replies: 8
Views: 10677

Thanks for sharing and good work :D
by Pirata Nervo
Fri Feb 06, 2009 4:21 am
Forum: PSP Development
Topic: make MS read speed slower
Replies: 11
Views: 3815

why would you want that? o.o
by Pirata Nervo
Sun Jan 25, 2009 2:51 am
Forum: PSP Development
Topic: Want the pre-IPL(s) dumped so far.
Replies: 17
Views: 6999

ne0h wrote:
You will need to use msinst.exe to install the ipl onto the psp. Then switch to pandora battery.
I know... -.-
Ne0h have you thought already that darius post wasn't directed to you? lol
by Pirata Nervo
Mon Jan 12, 2009 12:54 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 287414

Thanks moonlight
by Pirata Nervo
Fri Jan 09, 2009 6:05 am
Forum: PSP Development
Topic: Using Mips (without pspsdk)
Replies: 14
Views: 5376

I made a programming language . I want to use mips to make it compile without parts the pspsdk. Nice!! .... ...hey wait? wh? wha? whaT? wwwwut?... Wahahahhahahah.....hahahah... PS:I'm your #-1 fan ... PS++:Do you have a punchBook profile? i wanna punc... err ... add you as a friend of course :P... ...
by Pirata Nervo
Tue Jan 06, 2009 8:51 am
Forum: PSP Development
Topic: Coding Exploits
Replies: 14
Views: 5004

Pmy you waht ? lol
by Pirata Nervo
Tue Jan 06, 2009 12:59 am
Forum: PSP Development
Topic: Coding Exploits
Replies: 14
Views: 5004

by Pirata Nervo
Fri Dec 12, 2008 7:03 am
Forum: PSP Development
Topic: Need fast font library
Replies: 26
Views: 7930

Why not just blit when something changes?
There's no need on keep blitting the whole text every loop when nothing is changed.
Blit it one time, if the user presses any button blit again
by Pirata Nervo
Thu Nov 20, 2008 2:26 am
Forum: PSP Development
Topic: Stop standby on scePowerUnlock if switch flipped while lock.
Replies: 39
Views: 12934

As Far As I Know :)

www.urbandictionary.com
by Pirata Nervo
Tue Nov 18, 2008 5:51 am
Forum: PSP Development
Topic: Some improvement to the SDK scePower library
Replies: 15
Views: 6950

I know how to get the NID's >.<
I just don't know how to get the function names lol
by Pirata Nervo
Tue Nov 18, 2008 3:40 am
Forum: PSP Development
Topic: Some improvement to the SDK scePower library
Replies: 15
Views: 6950

how do you get the original function names? Does PRX tool outputs their names?
by Pirata Nervo
Mon Nov 17, 2008 3:32 am
Forum: PSP Development
Topic: Some improvement to the SDK scePower library
Replies: 15
Views: 6950

thanks ne0h and phobox
by Pirata Nervo
Mon Nov 10, 2008 1:55 am
Forum: PSP Development
Topic: oslib character ai
Replies: 3
Views: 1868

Why post the thread when you probably won't get helped?

As I said on psp-hacks, use your logic and programming experience to achieve what you want
by Pirata Nervo
Mon Nov 10, 2008 1:54 am
Forum: PSP Development
Topic: Returning data from a exported function...
Replies: 22
Views: 5834

search these forums for a malloc function made by HellCat I think using the sce memory functions.

He made it exactly because kernel libc does not have it
by Pirata Nervo
Sun Nov 09, 2008 1:15 am
Forum: PSP Development
Topic: Returning data from a exported function...
Replies: 22
Views: 5834

make sure you allocate pointers.
Also I always need pspSdkSetK1 when exporting functions otherwise it does not work for me
by Pirata Nervo
Sat Nov 08, 2008 1:26 am
Forum: PSP Development
Topic: Adhoc matching, new constants
Replies: 2
Views: 1411

this is what I have #define MATCHING_JOINED 0x1 // Another PSP has joined #define MATCHING_SELECTED 0x2 // Another PSP selected to match #define MATCHING_REJECTED 0x4 // The request has been rejected #define MATCHING_CANCELED 0x5 // The request has been cancelled #define MATCHING_ESTABLISHED 0x7 // ...
by Pirata Nervo
Fri Nov 07, 2008 6:08 am
Forum: PSP Development
Topic: psptoolchain broken?
Replies: 15
Views: 7301

we're all getting I guess
by Pirata Nervo
Thu Nov 06, 2008 2:26 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5397

If you do some search over the forums you will find a few quick tutorials or samples.

You must create the prx to export your functions from there and then load that prx from your app and use its functions
by Pirata Nervo
Thu Nov 06, 2008 1:31 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5397

Load the prx file / link the library which exports the functions.
Build a stub out of exports.exp by hitting this command:
psp-build-exports -s exports.exp
in your terminal window (make sure the current dir is the prx source dir)
by Pirata Nervo
Wed Nov 05, 2008 11:35 pm
Forum: PSP Development
Topic: Using Slim extra 32MB exclusively from game mode prx plugin
Replies: 1
Views: 1460

Have you tried creating a partition and set the heap as that partition ?
by Pirata Nervo
Wed Nov 05, 2008 7:44 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5397

Do you know how to export functions?