Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1 KB

README.md

File metadata and controls

43 lines (28 loc) · 1 KB

VitaPad v1.3

Turn your PS Vita into a gamepad for your PC!

Based on VitaPad by Rinnegatamante

Installation

The server has to be installed on the PS Vita and the client on the PC.

Requirements

Windows

Server

cmake -S server -B build
cmake --build build

Then, install the generated VitaPad.vpk file on your PS Vita.

Client

cd client
cargo build --release --bin cli

Then, run the generated executable (target/release/cli{.exe}) on your PC.

Thanks

Thanks to all the people who contributed to VitaSDK, and Rinnegatamante for the original project.