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
07-14-2014, 10:32 PM
Post: #2
RE: Does IOS default PSP Model 1000 ?
my iphone 5S use both psp 1000/3000 whithout problems.
Find all posts by this user
Quote this message in a reply
07-14-2014, 10:37 PM (This post was last modified: 07-30-2014 08:43 PM by TheDax.)
Post: #3
RE: Does IOS default PSP Model 1000 ?
(07-14-2014 10:32 PM)brujo55 Wrote:  my iphone 5S use both psp 1000/3000 whithout problems.


Attached File(s) Thumbnail(s)
   

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
07-14-2014, 11:09 PM
Post: #4
RE: Does IOS default PSP Model 1000 ?
it work fine for me.

are you experience crashes whit psp model 3000?
Find all posts by this user
Quote this message in a reply
07-14-2014, 11:20 PM
Post: #5
RE: Does IOS default PSP Model 1000 ?
I do not have i-phone

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
07-15-2014, 01:58 PM
Post: #6
RE: Does IOS default PSP Model 1000 ?
Not sure really "搜狗输入法的问题"

   

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 


Forum Jump: