Search found 4 matches
- 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...
- Wed Aug 09, 2006 2:21 am
- Forum: PSP Development
- Topic: pspaudiolib.c - some fixes
- Replies: 3
- Views: 2477
- Thu Sep 29, 2005 9:37 pm
- Forum: PSP Development
- Topic: libpng - Loading a png from memory question
- Replies: 16
- Views: 5661
- 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...