Showing an image in XMB...

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Stewie87
Posts: 34
Joined: Thu Apr 03, 2008 8:16 am

Showing an image in XMB...

Post by Stewie87 »

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
Gefa
Posts: 11
Joined: Wed Aug 13, 2008 8:31 pm
Location: Italy
Contact:

Post by Gefa »

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
Stewie87
Posts: 34
Joined: Thu Apr 03, 2008 8:16 am

Post by Stewie87 »

Gefa 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
vsh_blit(int x, int y, char path[256]); //blits an images to the screen // doesn't work properly
Post Reply