Results 1 to 2 of 2

Thread: Bug in Firmware Loader code?

                  
   
  1. #1
    PSP Flash Coder IndianCheese's Avatar
    Join Date
    Jul 2005
    Location
    The Burgh, PA 'n at
    Age
    33
    Posts
    1,106
    Rep Power
    81

    Default Bug in Firmware Loader code?

    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:

    Code:
     // For video 2.50
    //LoadStartModule("mphfl0:/kd/mgvideo.prx",1);
    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...
    You don't need to know my mental status. You probably don't want to, either.

    September 5th, 2005:
    Quote Originally Posted by F34R
    There wont be a N64 emu on the PSP. Not one that is playable anyways.
    Need LocationFree help? Send me a PM!


  2. #2
    DCEmu Pro b8a's Avatar
    Join Date
    Nov 2005
    Posts
    516
    Rep Power
    74

    Default

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •