Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 352 Bytes

File metadata and controls

24 lines (16 loc) · 352 Bytes

PS2 OPL to ISO

This is a simple program written in Rust & C for coverting ps2 splited games (ul format) back to iso.

Building

cargo build --release

Usage

Using locally on the package folder:

cargo run --release help

Using installed binary:

cargo install --path . # Run only once
ps2opl2iso help