Vita3K

Experimental PlayStation Vita emulator

Github星跟蹤圖

Vita3K

Build Status
Build status

Introduction

Vita3K is an experimental PlayStation Vita emulator for Windows, Linux and macOS.

Compatibility

The emulator currently runs some homebrew programs. It is also able to load some decrypted commercial games.

Alone with You by Benjamin Rivers

Alone with You screenshot

VA-11 HALL-A by Sukeban Games

VA-11 HALL-A screenshot

VitaSnake by Grzybojad

VitaSnake screenshot

Licence

Vita3K is licensed under the GPLv2 license. This is largely dictated by external dependencies, most notably Unicorn.

Binaries

Vita3K binaries for Windows can be downloaded on AppVeyor.

Building

Prerequisites

CMake is used to generate Visual Studio and Xcode project files. It is assumed that you have CMake installed and on your path. Other dependencies are provided as Git submodules or as prebuilt binaries.

After cloning, open a command prompt in Vita3K's directory and run:

git submodule update --init --recursive

to get all submodules.

Windows (Visual Studio)

  1. Run gen-windows.bat to create a build-windows directory and generate a Visual Studio solution in there.
  2. Open the Vita3K.sln solution.
  3. Set the startup project to emulator.
  4. Build.

macOS (Xcode)

  1. Run gen-macos.sh to create a build-macos directory and generate an Xcode project in there.
  2. Open the Vita3K.xcodeproj project.
  3. When prompted to create schemes, create one for the emulator target only. The project builds many targets, so it will make your life easier if you create schemes as needed.
  4. Build.

Linux

  1. Get SDL (2.0.7+)
  2. git submodule init && git submodule update
  3. gen-linux.sh
  4. cd build-linux
  5. make, or make -jN where "N" is the amount of cores in your system.
Note: If Unicorn can't find Python, use make UNICORN_QEMU_FLAGS="--python=/usr/bin/python2" or similar to point it to your installation. make works after you do this once.

Running

Specify the path to a .vpk file as the first command line argument, or run Vita3K --help from the command-line for a full list of options.
For more detailed instructions on running/installing games on all platforms, please read the #info-faq channel on our Discord server.

Bugs and issues

The project is at an early stage, so please be sensitive to that when opening new issues. Expect crashes, glitches, low compatibility and poor performance.

Thanks

Thanks go out to people who offered advice or otherwise made this project possible, such as Davee, korruptor, Rinnegatamante, ScHlAuChi, Simon Kilroy, TheFlow, xerpi, xyz, Yifan Lu and many others.

Donations

If you would like to show your appreciation or even help fund development, the project has a Patreon page.

Supporters

Thank you to the following supporters:

  • Mored1984

If you support us on Patreon and would like your name added, please get in touch or open a Pull Request.

Note

The purpose of the emulator is not to enable illegal activity.

PlayStation and PS Vita are trademarks of Sony Interactive Entertainment Inc. The emulator is not related to or endorsed by Sony, or derived from confidential materials belonging to Sony.

主要指標

概覽
名稱與所有者Vita3K/Vita3K
主編程語言C++
編程語言Shell (語言數: 7)
平台
許可證GNU General Public License v2.0
所有者活动
創建於2018-01-26 22:45:05
推送於2025-04-23 20:07:27
最后一次提交2024-11-10 02:00:14
發布數1
最新版本名稱continuous (發布於 )
第一版名稱continuous (發布於 )
用户参与
星數4.3k
關注者數178
派生數432
提交數3.8k
已啟用問題?
問題數879
打開的問題數304
拉請求數2328
打開的拉請求數38
關閉的拉請求數215
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?