Initial commit
This commit is contained in:
200
doc/docportal/other_platforms/playstation_vita.rst
Normal file
200
doc/docportal/other_platforms/playstation_vita.rst
Normal file
@@ -0,0 +1,200 @@
|
||||
=====================
|
||||
PlayStation Vita
|
||||
=====================
|
||||
|
||||
This page contains all the information you need to get ScummVM up and running on a PS Vita.
|
||||
|
||||
What you'll need
|
||||
=======================
|
||||
|
||||
- A homebrew-enabled PS Vita console with `Vitashell <https://github.com/TheOfficialFloW/VitaShell/releases/tag/v2.02>`_ installed. How to enable homebrew is outside the scope of this documentation.
|
||||
|
||||
Installing ScummVM
|
||||
======================================
|
||||
|
||||
The PS Vita package is available for download on the ScummVM `Downloads page <https://www.scummvm.org/downloads>`_.
|
||||
|
||||
Copy the ``.vpk`` to the PS Vita and install it using VitaShell.
|
||||
|
||||
|
||||
Transferring game files
|
||||
=======================
|
||||
|
||||
There are a few ways to transfer game files to the PS Vita.
|
||||
|
||||
Use VitaShell to transfer the files by USB or FTP, or use SD2Vita to transfer the files directly to the microSD card.
|
||||
|
||||
Folders containing game files can be copied anywhere on the SD card.
|
||||
|
||||
ScummVM on the PS Vita supports :doc:`cloud functionality <../use_scummvm/connect_cloud>`.
|
||||
|
||||
See :doc:`../use_scummvm/game_files` for more information about game file requirements.
|
||||
|
||||
|
||||
Controls
|
||||
=================
|
||||
|
||||
Default control map
|
||||
*********************************
|
||||
|
||||
These controls can also be manually configured in the :doc:`Keymaps tab <../settings/keymaps>`. See the :doc:`../use_scummvm/keyboard_shortcuts` page for common keyboard shortcuts.
|
||||
|
||||
|
||||
.. |square| raw:: html
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="5 2 16 16" width="20" height="20"><path fill-rule="evenodd" d="M6 7.75C6 6.784 6.784 6 7.75 6h8.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0116.25 18h-8.5A1.75 1.75 0 016 16.25v-8.5zm1.75-.25a.25.25 0 00-.25.25v8.5c0 .138.112.25.25.25h8.5a.25.25 0 00.25-.25v-8.5a.25.25 0 00-.25-.25h-8.5z"></path></svg>
|
||||
|
||||
.. |circle| raw:: html
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M3.404 3.404a6.5 6.5 0 109.192 9.192 6.5 6.5 0 00-9.192-9.192zm-1.06 10.253A8 8 0 1113.656 2.343 8 8 0 012.343 13.657z"></path></svg>
|
||||
|
||||
.. |x| raw:: html
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path></svg>
|
||||
|
||||
.. |triangle| raw:: html
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path d="M11.574 3.712c.195-.323.662-.323.857 0l9.37 15.545c.2.333-.039.757-.429.757l-18.668-.006c-.385 0-.629-.422-.428-.758l9.298-15.538zm.429-2.483c-.76 0-1.521.37-1.966 1.111l-9.707 16.18c-.915 1.523.182 3.472 1.965 3.472h19.416c1.783 0 2.879-1.949 1.965-3.472l-9.707-16.18c-.446-.741-1.205-1.111-1.966-1.111z"/></svg>
|
||||
|
||||
.. csv-table::
|
||||
:widths: 50 50
|
||||
:header-rows: 2
|
||||
:class: controls
|
||||
|
||||
Game Controller Mapping,
|
||||
Button,Action
|
||||
Left stick,Mouse
|
||||
Left stick + R button,Slow Mouse
|
||||
|x|,Left mouse click
|
||||
|circle|,Right mouse click
|
||||
Directional buttons,Keypad 'Cursor' Keys
|
||||
Directional buttons + R button,Diagonal Keypad 'Cursor' Keys
|
||||
L button,Game menu (F5)
|
||||
R button,Shift
|
||||
|square|,Period (.)
|
||||
R button + |square|,Spacebar
|
||||
|triangle|,Escape
|
||||
R button + |triangle|,Return
|
||||
START,Global main menu (GMM)
|
||||
SELECT,Toggle virtual keyboard
|
||||
SELECT + R button,AGI predictive input dialog
|
||||
|
||||
.. csv-table::
|
||||
:header-rows: 2
|
||||
|
||||
"Front Touchscreen Controls, always enabled",
|
||||
Touch,Action
|
||||
One finger tap,Moves pointer to finger position and left mouse click
|
||||
Two finger tap,Moves pointer to first finger position and right mouse click
|
||||
Single finger drag,Moves pointer directly with finger
|
||||
`Two finger drag`_ ,Moves pointer while left mouse button is held down (drag-and-drop).
|
||||
`Three finger drag`_ ,Moves pointer while right mouse button is held down (drag-and-drop).
|
||||
|
||||
.. csv-table::
|
||||
:widths: 50 50
|
||||
:header-rows: 2
|
||||
|
||||
"Back Touchpad Controls, enabled through settings",
|
||||
Touch,Action
|
||||
One finger tap,Left mouse button click
|
||||
Two finger tap,Right mouse button click
|
||||
Single finger drag,"Moves pointer indirectly with finger, pointer speed can be adjusted in control settings"
|
||||
`Two finger drag`_,Moves pointer while left mouse button is held down (drag-and-drop).
|
||||
`Three finger drag`_ ,Moves pointer while right mouse button is held down (drag-and-drop).
|
||||
|
||||
Keyboard and mouse support
|
||||
****************************
|
||||
|
||||
Real Bluetooth mice and keyboards work on the Vita and are supported by ScummVM. Go to **Settings > Devices** on the Vita home screen to pair your devices.
|
||||
|
||||
.. note::
|
||||
|
||||
Not all Bluetooth keyboards and mice pair successfully with the Vita. The ScummVM team tested the Jelly Bean BT keyboard and mouse combo (ASIN:B06Y56BBYP) and the standalone Jelly Comb Bluetooth Wireless Mouse (ASIN:B075HBDWCF).
|
||||
|
||||
Touch support
|
||||
****************
|
||||
|
||||
For multi-touch gestures, the fingers have to be far enough apart from each other that the Vita will not recognize them as a single finger, otherwise the pointer will jump around.
|
||||
|
||||
Touchpad mouse mode
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The touch control scheme can be switched in the global settings. Go to **Options > Control**:
|
||||
|
||||
- When **Touchpad mouse mode** is off:
|
||||
|
||||
- The touch controls are direct, which means the pointer always jumps to the finger position.
|
||||
- The rear touch pad is disabled.
|
||||
|
||||
- When **Touchpad mouse mode** is on:
|
||||
|
||||
- The touch controls are indirect. The finger can be far away from the pointer and still move it, like on a laptop touchpad.
|
||||
- The pointer speed setting in the :doc:`Control tab <../settings/control>` affects how far the pointer moves in response to a finger movement.
|
||||
- The rear touch pad is enabled.
|
||||
|
||||
|
||||
The front touchscreen uses the direct mode by default, but this can be changed by editing the :doc:`configuration file <../advanced_topics/configuration_file>` with the following keyword:
|
||||
|
||||
.. _frontpanel:
|
||||
|
||||
*frontpanel_touchpad_mode*
|
||||
|
||||
When set to true, the touch controls on the front touchscreen are indirect.
|
||||
|
||||
Two finger tap
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
For a two finger tap, hold one finger down and then tap with a second finger.
|
||||
|
||||
|
||||
Two finger drag
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Hold down two fingers to initiate a drag-and-drop feature. The two finger drag simulates the left mouse button being held down.
|
||||
|
||||
- The first finger affects mouse motion during the drag, the second finger can be removed without affecting the drag.
|
||||
- When the last finger is removed, the left mouse button is released and the drag is over.
|
||||
- The second finger can be anywhere, it doesn't have to be close to the first finger, and it doesn't have to be put down simultaneously with the first finger.
|
||||
|
||||
Three finger drag
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Hold down the three fingers to initiate a drag-and-drop feature. The three finger drag simulates the right mouse button being held down.
|
||||
|
||||
Paths
|
||||
============================
|
||||
|
||||
Saved games
|
||||
*******************
|
||||
``ux0:/data/scummvm/saves``
|
||||
|
||||
Configuration file
|
||||
**************************
|
||||
``ux0:/data/scummvm/scummvm.ini``
|
||||
|
||||
|
||||
Settings
|
||||
===========================
|
||||
|
||||
For more information, see the Settings section of the documentation. Only platform-specific differences are listed here.
|
||||
|
||||
Audio
|
||||
******
|
||||
|
||||
Supported audio file formats:
|
||||
|
||||
- MP3
|
||||
- OGG
|
||||
- FLAC
|
||||
- Uncompressed audio
|
||||
|
||||
Controls
|
||||
*********
|
||||
|
||||
See the `Touch support`_ section.
|
||||
|
||||
Known Issues
|
||||
===============
|
||||
|
||||
- MT-32 emulation is not available on the PS Vita.
|
||||
- ScummVM crashes when using the PS button or when suspending the console. Install the `FdFix plugin <https://github.com/TheOfficialFloW/FdFix>`_ to fix this.
|
||||
Reference in New Issue
Block a user