Difference between revisions of "PlayStation 3"
Jump to navigation
Jump to search
(use StableVersion template) |
Ccawley2011 (talk | contribs) Tag: Manual revert |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 44: | Line 44: | ||
== About == | == About == | ||
ScummVM has been ported to the [[Sony]] PlayStation 3. | |||
For more information, including how to install and use ScummVM, see the [https://docs.scummvm.org/en/latest/other_platforms/playstation_3.html PlayStation 3 page] in the [https://docs.scummvm.org/ ScummVM user documentation]. | |||
== | == Developer information == | ||
= | === Building from source === | ||
This port of ScummVM to the PS3 is based on SDL2. It uses the open source SDK PSL1GHT. | |||
== Building from source == | |||
This port of ScummVM to the PS3 is based on | |||
The dependencies needed to build it are : | The dependencies needed to build it are : | ||
* The toolchain from https://github.com/ps3dev/ps3toolchain | * The toolchain from https://github.com/ps3dev/ps3toolchain | ||
* | * SDL2 from https://github.com/bgK/sdl_psl1ght/tree/psl1ght-2.0.3 | ||
* ScummVM from https://github.com/scummvm/scummvm | * ScummVM from https://github.com/scummvm/scummvm | ||
Latest revision as of 17:58, 23 January 2022
PlayStation 3 Port | |
Latest Released Version | 2.8.1 |
Supported Audio Options | MP3, OGG, FLAC, Uncompressed |
Additional Webpage(s) | None |
Maintainer(s) | BgK |
Packager(s) | BgK |
Forum | Port Forum |
Status | Maintained |
First Official Version | 1.4.0 |
About
ScummVM has been ported to the Sony PlayStation 3.
For more information, including how to install and use ScummVM, see the PlayStation 3 page in the ScummVM user documentation.
Developer information
Building from source
This port of ScummVM to the PS3 is based on SDL2. It uses the open source SDK PSL1GHT.
The dependencies needed to build it are :
- The toolchain from https://github.com/ps3dev/ps3toolchain
- SDL2 from https://github.com/bgK/sdl_psl1ght/tree/psl1ght-2.0.3
- ScummVM from https://github.com/scummvm/scummvm
Once all the dependencies are correctly setup, an installable package can be obtained from source by issuing the following command :
./configure --host=ps3 && make ps3pkg