/VirtualShell

A sub-module for your vsh projects on PS3

Primary LanguageC++MIT LicenseMIT

VirtualShell

This repository contains classes reverse engineered by Mysis, 3141card, aldostools, JordyWastaken, TheRouLetteBoi and whoever else has contributed to the vsh libs.

You must include #include <vsh/newDelete.hpp> in your main.cpp for everything to function properly

Usage

This is to be used as a sub-module for your vsh project.

Go to your project directory

git submodule add https://github.com/TheRouletteBoi/VirtualShell.git vendor/VirtualShell

Staying Up To Date

Go to submodule directory

git pull origin main