Difference between revisions of "PlayStation Vita"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (Use internal links for links to other wiki pages.)
Line 51: Line 51:
* A homebrew enabled PlayStation Vita console.
* A homebrew enabled PlayStation Vita console.
* At least one ScummVM supported game. The list of compatible games can be seen here: http://www.scummvm.org/compatibility/
* At least one ScummVM supported game. The list of compatible games can be seen here: http://www.scummvm.org/compatibility/
* The page http://wiki.scummvm.org/index.php/Where_to_get_the_games references some places where those games can be bought. Demonstration versions for most of the supported games are downloadable on http://scummvm.org/demos/
* The page [[Where to get the games]] references some places where those games can be bought. Demonstration versions for most of the supported games are downloadable on http://scummvm.org/demos/


== Installing ==
== Installing ==
Line 60: Line 60:
== Configuring Games ==
== Configuring Games ==


The user manual describes how to add games to ScummVM and launch them: http://wiki.scummvm.org/index.php/User_Manual
The user manual describes how to add games to ScummVM and launch them: [[User Manual]]


== Notes ==
== Notes ==

Revision as of 00:02, 14 March 2017

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

ScummVM has been ported to the Sony Playstation Vita. The information contained on this page is based on readme-psp2.md.

The only available Vita package at the moment is the daily build from the buildbot at psp2-master-latest.zip. Version 1.10.0 will be the first stable Vita release once it is finished.

Installation

Prerequisites

Installing

  • From a computer, download the installable package here psp2-master-latest.zip.
  • Unzip and copy the .vpk file it to the PlayStation Vita and install it.

Configuring Games

The user manual describes how to add games to ScummVM and launch them: User Manual

Notes

Saves are written in the ux0:/data/scummvm/saves folder.

Controls

Button Action
Left stick Mouse
R + Left stick Slow Mouse
Cross Left mouse button
Circle Right mouse button
DPad Cursor Keys (useful for character motion)
R + DPad Diagonal Cursor Keys
L Trigger Game menu (F5)
R Trigger Shift (used to enable Mass Add in menu)
Square Period '.' (used to skip dialog lines)
R + Square Space ' '
Triangle Escape (used to skip cutscenes)
R + Triangle Return
Start ScummVM's global in-game menu
Select Toggle virtual keyboard
R + Select AGI predictive input dialog

Building From Source

This port of ScummVM to the PSP2 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

Disclaimer

Unauthorized distribution of an installable package with non freeware games included is a violation of the copyright law and is as such forbidden.

Thanks

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