PS Vita

SDL port for the Sony Playstation Vita and Sony Playstation TV

Credit to

Building

To build for the PSVita, make sure you have vitasdk and cmake installed and run:

   cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release
   cmake --build build
   cmake --install build

Notes