hello, i have some prob's with libpng in my module.
If i compile it as .elf, no problem i can load large png, but when i compile it as a module i can only load small png like 10ko.
Maybe someone have a solution to this ?
Sorry for my poor english.
Prob. wuth libpng and prx
Unless you specify otherwise, prx modules are given a smaller stack/heap space, whereas elfs are just given the whole chunk of memory that is available.
Shoot Pixels Not People!
Makeshift Development
Makeshift Development
Hum ok. I have tried to compile it with
but it dont work better.
I also noticed that when i load a 480x272 png, only 1mb of memory left, it dont seems to be normal ?
Code: Select all
PSP_HEAP_SIZE_KB(0);
I also noticed that when i load a 480x272 png, only 1mb of memory left, it dont seems to be normal ?