diff options
author | Joost Peters | 2005-10-28 23:24:45 +0000 |
---|---|---|
committer | Joost Peters | 2005-10-28 23:24:45 +0000 |
commit | 05aa0a6958bf851c6badb1be421b77f7c2bfa422 (patch) | |
tree | 51f5b2ce472ff153e5039f32e78b0f25e690083a /backends | |
parent | 5413f4c73c12e09d86678d550f9653f682e7f903 (diff) | |
download | scummvm-rg350-05aa0a6958bf851c6badb1be421b77f7c2bfa422.tar.gz scummvm-rg350-05aa0a6958bf851c6badb1be421b77f7c2bfa422.tar.bz2 scummvm-rg350-05aa0a6958bf851c6badb1be421b77f7c2bfa422.zip |
Add sleep/suspend mode issue and clarification about 2.00 firmware support
svn-id: r19352
Diffstat (limited to 'backends')
-rw-r--r-- | backends/psp/README.PSP | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/backends/psp/README.PSP b/backends/psp/README.PSP index bc128d3996..b5c9b4c453 100644 --- a/backends/psp/README.PSP +++ b/backends/psp/README.PSP @@ -32,17 +32,21 @@ Notes As such, it is recommended to play games in their original, uncompressed, form whenever possible. +- Sleep/Suspend mode currently isn't supported, so don't use it when + running ScummVM. Frequently Asked Questions ========================== Q: What do I need to run the games? -A: A 1.00 or 1.50 firmware PSP and the necessary datafiles for the game you - want to play and obviously this ScummVM port. +A: A 1.00 or 1.50 firmware PSP (or on firmware 2.00 via an EBOOT loader) + and the necessary datafiles for the game you want to play and obviously + this ScummVM port. -Q: Can I run this on my 1.51/1.52/2.00 firmware PSP? +Q: Can I run this on my 1.51/1.52/2.01/2.50 firmware PSP? A: No, you can't do this 'directly' as of yet. A method exists for 'downgrading' a 2.00 firmware PSP to 1.50, + so you could upgrade a 1.52 based PSP to 2.00 and then downgrade to 1.50, however, the details of this are beyond the scope of this document. Q: My Monkey Island 1 doesn't have any music, what gives? |