Packaging homebrew

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

Moderators: cheriff, TyRaNiD

Post Reply
tkondal
Posts: 8
Joined: Thu May 25, 2006 4:00 am

Packaging homebrew

Post by tkondal »

Hi all,

I have a homebrew project that I'm working on. Some of the visual and audio elements are loaded from external files (PNG, WAV, ...). Everytime I put the Eboot on my PSP, I have to add these external files. What I would like to do is to somehow encrypt these files or to make them part of my final binary. Could anyone guide me through this? I am using SDL to read PNG files and read WAV files.

Thanks!
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

bin2c/bin2o, then just read them from memory.
tkondal
Posts: 8
Joined: Thu May 25, 2006 4:00 am

Post by tkondal »

Thanks!
Post Reply