| View previous topic :: View next topic |
| Author |
Message |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Mon Jan 26, 2009 10:59 pm Post subject: Game Addons / Codec Addons/ Program addons |
|
|
| I wan my program to have it to where i can have addons like an mp3 player unzip etc how can i do this |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Mon Jan 26, 2009 11:13 pm Post subject: Re: Game Addons / Codec Addons/ Program addons |
|
|
| coolkehon wrote: | | I wan my program to have it to where i can have addons like an mp3 player unzip etc how can i do this |
Easy just like this, throw this into a C Compiler and tell us what it says!
Void Program()
{
Int MP3 player;
int unzip
int etc
if MP3 player = true
print " Microphone detects your voice and plays the song"
else if unzip = true
print "Zippers are in the cupboard on your jackets and jeans"
else if etc = true
rand number 300000;
}
On a more serious note.
I think you need to be more specific and visit PSP-programming.com first.
Wally |
|
| Back to top |
|
 |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Tue Jan 27, 2009 12:32 am Post subject: |
|
|
| sorry didnt have much time to post at that time but what i want to do is create a program that can load different prx's and call their base functions that need to be called like program_start(vars) and program_exit(vars) i would also like to have graphics from these prxs but the main program uses graphics also and it crashes but how can i get this to work and how can i switch between main app and another app like Irshell does |
|
| Back to top |
|
 |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Tue Jan 27, 2009 8:07 am Post subject: |
|
|
Do we really need another shell?
Check out the samples dir in the PSPSDK folder. |
|
| Back to top |
|
 |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Wed Jan 28, 2009 4:05 am Post subject: |
|
|
| what are you talking about i dont see any thing in there about addons and also when i reboot from my app does it start from the beggiining of the app or what and when i say reboot i mean like returning from an application that was launched does it continue where it left off in the app that launched it or start from the beggining |
|
| Back to top |
|
 |
|