Turn your PS Vita into a gamepad for your PC!
Based on VitaPad by RinnegatamanteThe server has to be installed on the PS Vita and the client on the PC.
cmake -S server -B build
cmake --build build
Then, install the generated VitaPad.vpk
file on your PS Vita.
cd client
cargo build --release --bin cli
Then, run the generated executable (target/release/cli{.exe}) on your PC.
Thanks to all the people who contributed to VitaSDK, and Rinnegatamante for the original project.