Search found 4 matches

by DeNitro
Mon Sep 11, 2006 8:48 am
Forum: PSP Development
Topic: PSPLINK
Replies: 313
Views: 296074

TyRaNiD, Thank you for creating PSPLINK. It a great development tool and I use it regularly. I recently got a new PC together and installed Windows XP x64 to give it a try. One of the first things I played with was getting PSPLINK to work with x64. I saw the earlier post about someone asking about i...
by DeNitro
Wed Aug 09, 2006 2:21 am
Forum: PSP Development
Topic: pspaudiolib.c - some fixes
Replies: 3
Views: 2477

I just tried this out and it works great. Got a small FPS increase and it still works as well as the original (My app is using 1-2 audio channels).

Nice change Siberianstar =)

--DeNitro
by DeNitro
Thu Sep 29, 2005 9:37 pm
Forum: PSP Development
Topic: libpng - Loading a png from memory question
Replies: 16
Views: 5661

Awesome got it working. Thanks again mrbrown and great job on the pspsdk. You guys are amazing :)

--DeNitro
by DeNitro
Thu Sep 29, 2005 11:28 am
Forum: PSP Development
Topic: libpng - Loading a png from memory question
Replies: 16
Views: 5661

libpng - Loading a png from memory question

The libpng screenshot code compiles and works great. I was trying to modify the code to load a PNG from a buffer in memory compiled in using bin2o rather than a file buffer. I replaced png_init_io() call with png_set_read_fn() and pointed it to a custom read funcion I wrote but I can't seem it get m...