-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSP-2000/3000 : Attempt to set main memory as 62M #5143
Conversation
This one looks okay to merge? |
why psp model setting is reseted every time when exit/open the emulator? is normal? |
May be the option is not getting saved properly.will take a look |
Humm it looks well for me .May be you can restore default and test again ? |
nothing help,but this happend on IOS only. also i set 775 permission to the ppsspp.ini,still not saved when exit/open the emu. |
You may need to set it to 777, or really 666. Depends on who owns the file and what user the app runs as. -[Unknown] |
permission is not the problem because.all settings saved,except psp model. |
If you load a savestate that uses a different model, it overrides. Also, there's still code that forces it to 1000 when the platform is 32-bit. I'm not sure if this is necessary anymore. -[Unknown] |
that explains everything,but my iphone 5S is 64bits |
Oh, sorry, read it wrong. Windows and Symbian allow both settings. Otherwise, it must be Intel 64 (including Mac, Linux, Android, iOS, etc.) -[Unknown] |
i think the black screen issue when psp model isnt psp 1000 for default,is fixed now. tried all my games in psp model 3000 and all its fine. |
@hrydgard , looks okay to merge ? |
No, because this doesn't make sense. Either you need to find some proof that the real PSP really does allow allocating exactly 62 and not 64 mb of RAM, or we need to make sure that all allocations really match the way the PSP allocates them, in which case we probably don't need this change. |
I see.then i'm closing it at this moment. |
I think may be on real PSP-2000/3000, it is not exactly allocate full 64M though need more testing .It still works fine for HD Remaster game like MH3 HD (Thanks @Daniel299)
Also make #2183 better and no more need to switch back to PSP-1000 to run it .