An on-console patcher for PS3 games.
Install the latest version of PSL1GHT using ps3toolchain, then install all the libraries from ps3libraries.
Install PS3-SDL2, see this readme on specific instructions.
Clone RefresherPS3 with submodules, and enter the folder
$ git clone https://github.com/LittleBigRefresh/RefresherPS3 --recurse-submodules
$ cd RefresherPS3
Run the following commands to compile RefresherPS3 and generate a package file
$ make -j$(nproc)
$ make pkg
The makefile specifies a target which will compile the app and run it under RPCS3, just run the following, and RPCS3 should automatically open to RefresherPS3.
$ make rpcs3
Install ps3loadx on your PS3, then open it. After its opened, just run the following, and RefresherPS3 will open on your console!
$ PS3LOAD=tcp:PS3_IP_GOES_HERE make run