The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does IOS default PSP Model 1000 ?
07-14-2014, 12:18 PM
Post: #1
Does IOS default PSP Model 1000 ?
I see a forum that IOS only can run PSP Model 1000

I don't know the code...

Code:
static int DefaultPSPModel() {
    // TODO: Can probably default this on, but not sure about its memory differences.
#if !defined(_M_X64) && !defined(_WIN32) && !defined(__SYMBIAN32__)
    return PSP_MODEL_FAT;
#else
    return PSP_MODEL_SLIM;
#endif
}

I want to be a crash fixer
PM me if you want to me look a game
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Does IOS default PSP Model 1000 ? - sum2012 - 07-14-2014 12:18 PM

Forum Jump: