I was sifting through the source code of MPH's firmware loader and found what appears to be an error causing video to malfunction in 2.50. Look at lines 405-406 in the main.c file:
It appears that that module loading is marked as a comment by accident, and should look like this:Code:// For video 2.50 //LoadStartModule("mphfl0:/kd/mgvideo.prx",1);
Was this marked off on purpose to prevent execution, or is it just a bug in the code? I would try it, but I am in fear of bricking. I'm not very confident when it comes to unmounting/remounting virtual partitions...Code:// For video 2.50 loadStartModule("mphfl0:/kd/mgvideo.prx",1);
You don't need to know my mental status. You probably don't want to, either.
September 5th, 2005:
Need LocationFree help? Send me a PM!Originally Posted by F34R
If you're looking for some real answers on this, you should probably post on the forums over at <a href="http://mphwebsite.tuxfamily.org/" target="_blank">MPH's official website</a>.
Just keep in mind that it's not nessecarily a mistake. Code is commented out for any number of reasons, and given the time frame of the development of this software, I would think that it's pretty likely that he wasn't too careful about cleaning up the code before he released it.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks