diff options
author | Johannes Schickel | 2015-12-15 23:20:22 +0100 |
---|---|---|
committer | Johannes Schickel | 2015-12-15 23:20:22 +0100 |
commit | af08ceef4a761bbce84086b7023d1ce372d2d1a3 (patch) | |
tree | 1556dec9a9d0d2c43909c018c277defb0292a466 /dists | |
parent | d80c39bb29638bed4bff6453502878eaa5afbbf9 (diff) | |
parent | f37fb24caa87f5cde418ac8376e7fab1a1207dae (diff) | |
download | scummvm-rg350-af08ceef4a761bbce84086b7023d1ce372d2d1a3.tar.gz scummvm-rg350-af08ceef4a761bbce84086b7023d1ce372d2d1a3.tar.bz2 scummvm-rg350-af08ceef4a761bbce84086b7023d1ce372d2d1a3.zip |
Merge pull request #637 from bgK/ps3-toolchain-update
PS3: Update to SDL2
Diffstat (limited to 'dists')
-rw-r--r-- | dists/ps3/readme-ps3.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/ps3/readme-ps3.md b/dists/ps3/readme-ps3.md index 2fb393b4fb..8290f87066 100644 --- a/dists/ps3/readme-ps3.md +++ b/dists/ps3/readme-ps3.md @@ -36,12 +36,12 @@ Unauthorized distribution of an installable package with non freeware games incl Building from source ==================== -This port of ScummVM to the PS3 is based on SDL. It uses the open source SDK PSL1GHT. +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 -- SDL from https://github.com/zeldin/SDL_PSL1GHT +- SDL from https://bitbucket.org/bgK/sdl_psl1ght - 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 : |