Game Addons / Codec Addons/ Program addons
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
Re: Game Addons / Codec Addons/ Program addons
Easy just like this, throw this into a C Compiler and tell us what it says!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
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
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
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