To start it off, I have not seen a "Task Manager" for the psp, so I figured I would code one up. Low and behold, I did, however it can be buggy. Just a basic screenshot, but
I intentionally scrambled those couple thread names, not going to go into details, but those are intentional.
The binary is right hurrrr:
http://bakonice.googlecode.com/files/fx%20threadman.zip
Source:
svn checkout http://bakonice.googlecode.com/svn/trunk/threadman
Hoping someone with more interest has the time to code up a better menu system, as all you would need to do is base it off of the threadArr array, it's a structure with
iD - threadid
entry - thread entry point
name - thread name
The one right now is pretty damn ghetto if I must say so myself, but it works.