I have to make a VSH plugin that, when a combination of buttons is pressed, it shows some text with a logo under it.
I know how to write text on the XMB, how to "stop it", but i have no idea how to show an image on xmb using a PRX (so in VSH) :|
Any help? Thx
Showing an image in XMB...
Uhm have you tried to use the libvhs to blit an image on the XBM? (see here: http://forums.qj.net/psp-development-fo ... 0-1-a.html
For my PSP project, visit my web site: www.gefa.altervista.org
PaintMIXER v2.6.0 released: http://www.neoflash.com/forum/index.php ... 253.0.html
PaintMIXER v2.6.0 released: http://www.neoflash.com/forum/index.php ... 253.0.html
vsh_blit(int x, int y, char path[256]); //blits an images to the screen // doesn't work properlyGefa wrote:Uhm have you tried to use the libvhs to blit an image on the XBM? (see here: http://forums.qj.net/psp-development-fo ... 0-1-a.html