Game Addons / Codec Addons/ Program addons

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

Moderators: cheriff, TyRaNiD

Post Reply
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Game Addons / Codec Addons/ Program addons

Post by coolkehon »

I wan my program to have it to where i can have addons like an mp3 player unzip etc how can i do this
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Re: Game Addons / Codec Addons/ Program addons

Post by Wally »

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
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

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
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

Do we really need another shell?

Check out the samples dir in the PSPSDK folder.
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

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
Post Reply