Skip to content

Latest commit

 

History

87 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsx

PlayStation 1 emulator. You supply the BIOS (SCPH1001.BIN); it is not in the repo. A disc is optional (CUE/BIN).

devenv allow
devenv shell -- cargo run -p rsx --release -- --bios SCPH1001.BIN
devenv shell -- cargo run -p rsx --release -- --bios SCPH1001.BIN --disc game.cue

--bios / --disc can also be set as bios / disc in rsx.toml:

bios = "SCPH1001.BIN"
disc = "game.cue"

About

broken ps1 emulator in Rust (it can run Spyro!)

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages