JagerDesu / vios

Experimental Playstation Vita Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vios

Experimental PlayStation Vita Emulator

Highly experimental PlayStation Vita emulator and debugger. Written in C++11 and with portability in mind.

Building

Build with a standard make command. Set DEBUG=1 for debug build.

Requires Unicorn Engine, pthread, and a C++11 and C99 (for tests) compiler.

Currently builds on Linux and OSX only (theoretically it should with other Unices as well). Tests build in the same way as base the project. They currently require gcc-arm-none-eabi, though they'd likely build with clang and some other toolchain.

About

Experimental Playstation Vita Emulator

License:GNU General Public License v2.0


Languages

Language:C 52.7%Language:C++ 46.3%Language:Makefile 0.9%Language:Assembly 0.1%