Difference between revisions of "PlayStation Vita"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Removed duplicate information and added a link to the new docs. Added a “Developer information” section and moved the “Building from source” information here.)
(Removed duplicate information and added a link to the new docs. Added a “Developer information” section and moved the “Building from source” information here.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{PortFeatures|
name=PlayStation Vita|
version={{StableVersion}}|
backend=psp2 + sdl|
status=Maintained|
mp3=yes|
ogg=yes|
uncompressed=yes|
flac=yes|
zlib=yes|
plugins=no|
16bits=yes|
buildbot=yes|
firstversion=2.0.0|
maintainer=cpasjuste, [[User:rsn8887|rsn8887]]|
packager=cpasjuste, [[User:rsn8887|rsn8887]]|
pkgend=-vita.vpk|
icon=psp2|
forum=21|
agi=yes|
agos=yes|
cine=yes|
cruise=yes|
draci=yes|
drascula=yes|
gob=yes|
groovie=yes|
kyra=yes|
lure=yes|
made=yes|
parallaction=yes|
queen=yes|
saga=yes|
scumm=yes|
sky=yes|
sword1=yes|
sword2=yes|
teenagent=yes|
tinsel=yes|
touche=yes|
tucker=yes|
}}
== About ==
== About ==
ScummVM has been ported to the PlayStation Vita.
ScummVM has been ported to the [[Sony]] PlayStation Vita.  


For more information, including how to install and use ScummVM, see the [https://docs.scummvm.org/en/latest/other_platforms/playstation_vita.html PlayStation Vita page] in the [https://docs.scummvm.org ScummVM user documentation].
For more information, including how to install and use ScummVM, see the [https://docs.scummvm.org/en/latest/other_platforms/playstation_vita.html PlayStation Vita page] in the [https://docs.scummvm.org/ ScummVM user documentation].  


== Developer information ==
== Developer information ==
Line 10: Line 54:


The dependencies needed to build it are:
The dependencies needed to build it are:
* The toolchain from https://github.com/vitasdk/vdpm
* The toolchain from https://github.com/vitasdk/vdpm
* zlib, libpng, libjpeg-turbo, libogg, libvorbis, flac, curl, openssl, freetype, from https://github.com/vitasdk/vdpm
* zlib, libpng, libjpeg-turbo, libogg, libvorbis, flac, curl, openssl, freetype, from https://github.com/vitasdk/vdpm

Latest revision as of 04:14, 16 January 2021

psp2.png PlayStation Vita Port
Latest Released Version 2.8.1
Supported Audio Options MP3, OGG, FLAC, Uncompressed
Additional Webpage(s) None
Maintainer(s) cpasjuste, rsn8887
Packager(s) cpasjuste, rsn8887
Forum Port Forum
Status Maintained
First Official Version 2.0.0

About

ScummVM has been ported to the Sony PlayStation Vita.

For more information, including how to install and use ScummVM, see the PlayStation Vita page in the ScummVM user documentation.

Developer information

Building from source

This port of ScummVM to the Vita is based on SDL2. It uses the open source SDK VITASDK.

The dependencies needed to build it are:

Once all the dependencies are correctly setup, an installable package can be obtained from source by issuing the following command:

./configure --host=psp2 && make psp2vpk

Thanks

  • Xavier from consoleX for donating a ps vita device
  • xerpi for initial SDL2 port
  • VITASDK and henkaku developers