forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Game/application addons possible?

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
coolkehon



Joined: 20 Oct 2008
Posts: 355

PostPosted: Fri May 01, 2009 11:23 pm    Post subject: Game/application addons possible? Reply with quote

i want to make an application that can have addons or plugins is this possible on the psp and if so how would i implement such a thing so that more functionality can be added later on and enabled and disabled at will without having slots for them
Back to top
View user's profile Send private message MSN Messenger
bkc



Joined: 20 May 2008
Posts: 20
Location: Sweden

PostPosted: Sat May 02, 2009 3:46 am    Post subject: Reply with quote

I think this has been answered before but here's my suggestion anyways...

make prx of the plugins you want and then load them at boot :-)
_________________
I only speak these languages:

  • C / C + +
  • ASM
  • Python
  • (x)HTML
  • PHP
  • CSS
  • SQL
  • JavaScript
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
coolkehon



Joined: 20 Oct 2008
Posts: 355

PostPosted: Sat May 02, 2009 4:31 am    Post subject: Reply with quote

no comprende how would i do that
Back to top
View user's profile Send private message MSN Messenger
bkc



Joined: 20 May 2008
Posts: 20
Location: Sweden

PostPosted: Sat May 02, 2009 6:50 am    Post subject: Reply with quote

As I said in my previous post "It's been answered before..." use search :-) I'm doing it right now to find out how to use prx...
_________________
I only speak these languages:

  • C / C + +
  • ASM
  • Python
  • (x)HTML
  • PHP
  • CSS
  • SQL
  • JavaScript
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
J.F.



Joined: 22 Feb 2004
Posts: 2906

PostPosted: Sat May 02, 2009 8:31 am    Post subject: Re: Game/application addons possible? Reply with quote

coolkehon wrote:
i want to make an application that can have addons or plugins is this possible on the psp and if so how would i implement such a thing so that more functionality can be added later on and enabled and disabled at will without having slots for them


I know some folks have trouble searching, and I badger them about it all the time, but this time I'll give a little help...

http://forums.ps2dev.org/viewtopic.php?p=75801#75801

EDIT: Looking back at the thread, this basically the same discussion we had in the that thread. :)

EDIT 2: In your quest to make them "generic", you could probably make all the plugins the same, and have module_start return a pointer to the function table rather than 0. Then you need only load and start the module, using the return value as the jump table. A user prx called from user mode uses normal jumps anyway, so there shouldn't be a problem.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group