/VitaPad

Turn your PS Vita into a gamepad for your PC!

Primary LanguageRust

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.