Skip to content

LittleBigRefresh/RefresherPS3

Repository files navigation

RefresherPS3

An on-console patcher for PS3 games.

Discord

Compiling

Setting up the toolchain and libraries

Install the latest version of PSL1GHT using ps3toolchain, then install all the libraries from ps3libraries.

Install PS3-SDL2, see this readme on specific instructions.

Cloning and compiling RefresherPS3

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

Quick testing on RPCS3

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

Quick testing on real hardware

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published