├── .gitattributes └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Native RVGL port for PSVita 2 | 3 | **Features of the port:** 4 | - Everything works fine as on the other versions 5 | - Cross-Platform multiplayer 6 | - Every custom content works 7 | - Split screen multiplayer on PSTV or on PSVita using [MiniVitaTV](https://github.com/TheOfficialFloW/MiniVitaTV) plugin 8 | 9 | **How to install** 10 | 1. Download the latest [release](https://github.com/Rinnegatamante/rvgl-vita-native/releases) from here 11 | 2. Make a folder on your PSVita: `ux0:data/rvgl` 12 | 3. Obtain [game data](https://distribute.re-volt.io/releases/rvgl_full_win64_original.zip) and put everything in `ux0:data/rvgl` **except** _rvgl.exe_ and the _dll files_. 13 | 4. Extract the shaders zip in `ux0:data/rvgl` 14 | 5. Install the vpk. 15 | 6. Profit! 16 | 17 | **Credits** 18 | - birdsentinel for giving me access to RVGL sourcecode to work on this port 19 | - CatoTheYounger for testing the homebrew 20 | - Once13one for the Livearea assets. 21 | - Northfear for the SDL2 fork with vitaGL as backend. 22 | --------------------------------------------------------------------------------