Experimental PlayStation Vita emulator
Go to file
2019-04-23 08:22:56 +07:00
.travis travis: Logging git push execution (#399) 2019-02-04 07:55:48 +07:00
data/fonts gui: Support japanese characters in games list (#357) 2018-12-25 21:35:18 +02:00
docs/screenshots Import. 2018-01-28 09:07:32 +00:00
reversing Import. 2018-01-28 09:07:32 +00:00
src kernel/load_self: Fix a crash when there's a non-PT_LOAD segment present 2019-04-22 22:46:38 +03:00
.clang-format clang-format: Allow short cases 2019-02-10 00:49:31 +02:00
.gitattributes Add .gitattributes file (#465) 2019-04-23 08:22:56 +07:00
.gitignore ci: Use docker for building with Ubuntu 18 (#345) 2018-11-10 20:24:25 +07:00
.gitmodules Implement vargs and printf functions (#322) 2019-03-13 14:44:56 +07:00
.travis.yml ci: Fix Travis (#377) 2019-01-12 00:27:09 +02:00
appveyor.yml build: Fix linux script & change build script naming 2018-09-19 17:41:50 +03:00
CMakeLists.txt gdbstub: do not build by default 2019-04-17 23:34:04 -04:00
CONTRIBUTING.md Create CONTRIBUTING.md 2018-02-14 10:12:09 +00:00
COPYING.txt Import. 2018-01-28 09:07:32 +00:00
format.bat Ported format.sh to Windows. (#140) 2018-04-10 16:09:06 +03:00
format.sh Import. 2018-01-28 09:07:32 +00:00
gen-linux.sh gen-linux.sh: Add ignore-site-config for boost (#454) 2019-04-14 00:57:30 +07:00
gen-macos.sh boost: skip compile on macOS if found 2019-04-11 13:08:52 -04:00
gen-windows.bat cmake/ci: Generate "Release" Visual Studio solution only 2019-01-15 22:25:19 +02:00
README.md Add supporter who requested a mention 2019-03-21 22:54:17 +00:00

Vita3K

Build Status Build status

Introduction

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

Compatibility

The emulator currently runs a few homebrew programs in .vpk format. No commercial games are playable.

vitaQuake by Rinnegatamante

VitaTester by SMOKE5

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.

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.